Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2003-10-06 17:29:53 +0000
committerVeronika Irvine2003-10-06 17:29:53 +0000
commit8f1164987597bdcfb3f7ffdca71e5b39dcf3a485 (patch)
treefadaa9ecabdd03671fc5eb692d3236141ed269db
parent4dccb2e0a0b101906318585148eb97fd02e25bff (diff)
downloadeclipse.platform.swt-8f1164987597bdcfb3f7ffdca71e5b39dcf3a485.tar.gz
eclipse.platform.swt-8f1164987597bdcfb3f7ffdca71e5b39dcf3a485.tar.xz
eclipse.platform.swt-8f1164987597bdcfb3f7ffdca71e5b39dcf3a485.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
index 65e87d5dd4..fc85313252 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
@@ -767,6 +767,7 @@ public class OS {
public static final String REBARCLASSNAME = "ReBarWindow32"; //$NON-NLS-1$
public static final int RGN_AND = 0x1;
public static final int RGN_DIFF = 0x4;
+ public static final int RGN_ERROR = 0;
public static final int RGN_OR = 0x2;
public static final int SBS_HORZ = 0x0;
public static final int SBS_VERT = 0x1;

Back to the top