comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/internal/image/GIFFileFormat.d @ 51:c01d033c633a

[swt lin]
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 19:58:06 +0100
parents 7a2dd761a8b2
children fb3aa8075988
comparison
equal deleted inserted replaced
50:d5075f5226e5 51:c01d033c633a
37 static const int GIF_PLAIN_TEXT_BLOCK_ID = 0x01; 37 static const int GIF_PLAIN_TEXT_BLOCK_ID = 0x01;
38 static const int GIF_COMMENT_BLOCK_ID = 0xFE; 38 static const int GIF_COMMENT_BLOCK_ID = 0xFE;
39 static const int GIF_EXTENSION_BLOCK_ID = 0x21; 39 static const int GIF_EXTENSION_BLOCK_ID = 0x21;
40 static const int GIF_IMAGE_BLOCK_ID = 0x2C; 40 static const int GIF_IMAGE_BLOCK_ID = 0x2C;
41 static const int GIF_TRAILER_ID = 0x3B; 41 static const int GIF_TRAILER_ID = 0x3B;
42 static const byte[] GIF89a = cast(byte[])"GIF89a"; 42 static /+const+/ byte[] GIF89a = cast(byte[])"GIF89a";
43 static const byte[] NETSCAPE2_0 = cast(byte[])"NETSCAPE2.0"; 43 static /+const+/ byte[] NETSCAPE2_0 = cast(byte[])"NETSCAPE2.0";
44 44
45 /** 45 /**
46 * Answer a palette containing numGrays 46 * Answer a palette containing numGrays
47 * shades of gray, ranging from black to white. 47 * shades of gray, ranging from black to white.
48 */ 48 */