Changeset 2961
- Timestamp:
- Oct 18, 2008, 1:06:58 PM (14 years ago)
- Location:
- libcaca/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/aafire.c
r2821 r2961 97 97 int i; 98 98 #ifdef LIBCACA 99 u nsigned int r[256], g[256], b[256], a[256];99 uint32_t r[256], g[256], b[256], a[256]; 100 100 #endif 101 101 -
libcaca/trunk/src/common-image.c
r2821 r2961 76 76 #else 77 77 /* Try to load a BMP file */ 78 u nsigned int red[256], green[256], blue[256], alpha[256];78 uint32_t red[256], green[256], blue[256], alpha[256]; 79 79 unsigned int i, colors, offset, tmp, planes; 80 80 caca_file_t *f;
Note: See TracChangeset
for help on using the changeset viewer.