- Timestamp:
- 2006-06-09T08:29:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c891ed39
- Parents:
- e92aabf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fb/ppm.h
re92aabf rbd02038 30 30 #define _PPM_H_ 31 31 32 #include "fb.h" 33 32 34 int ppm_draw(unsigned char *data, size_t datasz, unsigned int sx, 33 35 unsigned int sy, 34 36 unsigned int maxwidth, unsigned int maxheight, 35 void (*putpixel)(int,unsigned int, unsigned int, int),int vp);37 putpixel_cb_t fnc,void *); 36 38 int ppm_get_data(unsigned char *data, size_t dtsz, int *width, int *height); 37 39
Note:
See TracChangeset
for help on using the changeset viewer.