- Timestamp:
- Mar 1, 2016, 11:31:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/kapa2/src/DrawBitmap.c
r13320 r39418 1 1 # include "Ximage.h" 2 2 3 void DrawBitmap (Graphic *graphic, int x, int y, int dx, int dy, char *bitmap, int mode) {3 void DrawBitmap (Graphic *graphic, int x, int y, int dx, int dy, unsigned char *bitmap, int mode) { 4 4 5 5 int i, j, byte_line, byte, bit, flag;
Note:
See TracChangeset
for help on using the changeset viewer.
