diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/ViewForm.d @ 36:d46287db17ed

rakefile reorg, swt win phobosification
author Frank Benoit <benoit@tionex.de>
date Tue, 24 Mar 2009 08:48:41 +0100
parents 6dd524f61e62
children 536e43f63c81
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/ViewForm.d	Mon Mar 23 18:28:04 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/ViewForm.d	Tue Mar 24 08:48:41 2009 +0100
@@ -132,9 +132,9 @@
 
     Color selectionBackground;
 
-    static final int OFFSCREEN = -200;
-    static final int BORDER1_COLOR = SWT.COLOR_WIDGET_NORMAL_SHADOW;
-    static final int SELECTION_BACKGROUND = SWT.COLOR_LIST_BACKGROUND;
+    static const int OFFSCREEN = -200;
+    static const int BORDER1_COLOR = SWT.COLOR_WIDGET_NORMAL_SHADOW;
+    static const int SELECTION_BACKGROUND = SWT.COLOR_LIST_BACKGROUND;
 
 
     static this(){