diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/StyledTextDropTargetEffect.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
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/StyledTextDropTargetEffect.d	Mon Mar 23 18:28:04 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/StyledTextDropTargetEffect.d	Tue Mar 24 08:48:41 2009 +0100
@@ -61,9 +61,9 @@
  * @since 3.3
  */
 public class StyledTextDropTargetEffect : DropTargetEffect {
-    static final int CARET_WIDTH = 2;
-    static final int SCROLL_HYSTERESIS = 100; // milli seconds
-    static final int SCROLL_TOLERANCE = 20; // pixels
+    static const int CARET_WIDTH = 2;
+    static const int SCROLL_HYSTERESIS = 100; // milli seconds
+    static const int SCROLL_TOLERANCE = 20; // pixels
 
     int currentOffset = -1;
     long scrollBeginTime;