Changeset 528 for abuse/trunk/src/imlib/fonts.cpp
- Timestamp:
- Apr 22, 2011, 4:13:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/fonts.cpp
r513 r528 55 55 { 56 56 if (color>=0) 57 let[(int)ch]-> put_color(screen,x,y,color);58 else let[(int)ch]-> put_image(screen,x,y);57 let[(int)ch]->PutColor(screen,x,y,color); 58 else let[(int)ch]->PutImage(screen,x,y); 59 59 } 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.