Changeset 99 for trunk/orca/gl
- Timestamp:
- 03/25/06 18:37:33 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/gl/ttf_load.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/gl/ttf_load.c
r86 r99 385 385 386 386 /* Clear bitmap */ 387 mem set( img->buffer, 0, img->rows * img->pitch );387 memSet( img->buffer, 0, img->rows * img->pitch ); 388 388 389 389
