Changeset c6f08726 in mainline for uspace/lib/imgmap/imgmap.h


Ignore:
Timestamp:
2011-08-11T14:14:53Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d8eeb9
Parents:
67b05ff
Message:

eradicate PPMs and pixmaps completely
make TGA and image map code more robust

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/imgmap/imgmap.h

    r67b05ff rc6f08726  
    4141
    4242typedef struct {
    43         uint8_t tag;
    4443        size_t size;
    4544        sysarg_t width;
     
    4948} imgmap_t;
    5049
    51 extern imgmap_t *imgmap_decode_tga(void *);
     50extern imgmap_t *imgmap_decode_tga(void *, size_t);
    5251
    5352#endif
Note: See TracChangeset for help on using the changeset viewer.