Changeset 2821 for libcaca/trunk/src/common-image.h
- Timestamp:
- Sep 27, 2008, 3:12:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/common-image.h
r1462 r2821 17 17 char *pixels; 18 18 unsigned int w, h; 19 struct c ucul_dither *dither;19 struct caca_dither *dither; 20 20 void *priv; 21 21 };
Note: See TracChangeset
for help on using the changeset viewer.