- Timestamp:
- 07/08/2017 05:56:38 PM (7 years ago)
- Branches:
- master
- Children:
- 60288f5
- Parents:
- 342a56f
- Location:
- vlib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vlib/lseg.c
r342a56f r0c834c5 7 7 */ 8 8 9 short (*point)();9 void (*point)(short x, short y, short pen); 10 10 11 11 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) -
vlib/vhinit.c
r342a56f r0c834c5 22 22 #define VREG(h,v) ((h<<10)|v) 23 23 24 extern int cgtable[] ;24 extern int cgtable[][256]; 25 25 extern int cg_rows; 26 26
Note:
See TracChangeset
for help on using the changeset viewer.