Changeset a7d2d78 in mainline for fb/ppm.h


Ignore:
Timestamp:
2006-06-03T22:49:28Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2400469
Parents:
1f36e90
Message:

Completed graphical console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fb/ppm.h

    r1f36e90 ra7d2d78  
    3030#define _PPM_H_
    3131
    32 int draw_ppm(unsigned char *data, size_t datasz, unsigned int sx,
     32int ppm_draw(unsigned char *data, size_t datasz, unsigned int sx,
    3333             unsigned int sy,
    3434             unsigned int maxwidth, unsigned int maxheight,
    3535             void (*putpixel)(int,unsigned int, unsigned int, int),int vp);
     36int ppm_get_data(unsigned char *data, size_t dtsz, int *width, int *height);
    3637
    3738#endif
Note: See TracChangeset for help on using the changeset viewer.