Changeset 40 for abuse/trunk/src/imlib/gifread.cpp
- Timestamp:
- Mar 2, 2008, 12:52:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/gifread.cpp
r17 r40 14 14 15 15 16 struct {16 struct GifScreen { 17 17 uint16_t Width; 18 18 uint16_t Height; … … 24 24 } GifScreen; 25 25 26 struct {26 struct gif_screen { 27 27 uint16_t w,h; 28 28 uint8_t color_info,background,reserved; 29 29 } gif_screen; 30 30 31 struct {31 struct gif_image { 32 32 uint16_t xoff,yoff,w,h; 33 33 uint8_t color_info;
Note: See TracChangeset
for help on using the changeset viewer.