- Timestamp:
- 2006-06-16T12:07:17Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f5e4830
- Parents:
- 830ac99
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fb/ppm.c
r830ac99 r096ba7a 76 76 * @param data Pointer to PPM data 77 77 * @param datasz Maximum data size 78 * @param x Coordinate of upper left corner79 * @param y Coordinate of upper left corner78 * @param sx Coordinate of upper left corner 79 * @param sy Coordinate of upper left corner 80 80 * @param maxwidth Maximum allowed width for picture 81 81 * @param maxheight Maximum allowed height for picture … … 85 85 unsigned int sy, 86 86 unsigned int maxwidth, unsigned int maxheight, 87 putpixel_cb_t putpixel, void *vport)87 putpixel_cb_t putpixel, void *vport) 88 88 { 89 89 unsigned int width, height;
Note:
See TracChangeset
for help on using the changeset viewer.