Changeset 1091 for libcaca/trunk
- Timestamp:
- Sep 23, 2006, 3:18:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/canvas.c
r1079 r1091 96 96 { 97 97 if(x < 0 || x >= (int)cv->width || y < 0 || y >= (int)cv->height) 98 return 0;98 return (unsigned char)' '; 99 99 100 100 return (unsigned long int)cv->chars[x + y * cv->width];
Note: See TracChangeset
for help on using the changeset viewer.