pike.git/
src/
modules/
Image/
encodings/
xcf.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-10-25
2000-10-25 14:20:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>
da8e5a05bff1dd005d566fbcc1b29b395863ffa4 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
C++-style comments are evil.
Rev: src/modules/Image/encodings/xcf.c:1.32
1:
#include "global.h"
-
RCSID("$Id: xcf.c,v 1.
31
2000/10/
20
09
:
08
:
38
grubba Exp $");
+
RCSID("$Id: xcf.c,v 1.
32
2000/10/
25
14
:
20
:
46
grubba Exp $");
#include "image_machine.h"
1186:
int rxs, rys; rgb_group *colortable=NULL; rgb_group pix = {0,0,0};
-
rgb_group apix= {255,255,255}; /
/
avoid may use uninitialized warnings
+
rgb_group apix= {255,255,255}; /
*
avoid may use uninitialized warnings
*/
INT_TYPE rle, bpp, span, shrink; unsigned int l, x=0, y=0, cx, cy;