diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/image/GIFFileFormat.d @ 36:d46287db17ed

rakefile reorg, swt win phobosification
author Frank Benoit <benoit@tionex.de>
date Tue, 24 Mar 2009 08:48:41 +0100
parents f36c67707cb3
children 0ecb2b338560
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/image/GIFFileFormat.d	Mon Mar 23 18:28:04 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/image/GIFFileFormat.d	Tue Mar 24 08:48:41 2009 +0100
@@ -32,15 +32,15 @@
     int transparentPixel = -1;
     int repeatCount = 1;
 
-    static final int GIF_APPLICATION_EXTENSION_BLOCK_ID = 0xFF;
-    static final int GIF_GRAPHICS_CONTROL_BLOCK_ID = 0xF9;
-    static final int GIF_PLAIN_TEXT_BLOCK_ID = 0x01;
-    static final int GIF_COMMENT_BLOCK_ID = 0xFE;
-    static final int GIF_EXTENSION_BLOCK_ID = 0x21;
-    static final int GIF_IMAGE_BLOCK_ID = 0x2C;
-    static final int GIF_TRAILER_ID = 0x3B;
-    static final byte[] GIF89a = cast(byte[])"GIF89a";
-    static final byte[] NETSCAPE2_0 = cast(byte[])"NETSCAPE2.0";
+    static const int GIF_APPLICATION_EXTENSION_BLOCK_ID = 0xFF;
+    static const int GIF_GRAPHICS_CONTROL_BLOCK_ID = 0xF9;
+    static const int GIF_PLAIN_TEXT_BLOCK_ID = 0x01;
+    static const int GIF_COMMENT_BLOCK_ID = 0xFE;
+    static const int GIF_EXTENSION_BLOCK_ID = 0x21;
+    static const int GIF_IMAGE_BLOCK_ID = 0x2C;
+    static const int GIF_TRAILER_ID = 0x3B;
+    static const byte[] GIF89a = cast(byte[])"GIF89a";
+    static const byte[] NETSCAPE2_0 = cast(byte[])"NETSCAPE2.0";
 
     /**
      * Answer a palette containing numGrays