summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2007-08-27 15:35:27 +0000
committerSteve Northover <steve>2007-08-27 15:35:27 +0000
commit596ba55c86c4d8d17daf8bfc719c8a2f3f0752ea (patch)
treeb89515b0bc3cd5381ceeffaaee6c429e4d446ef5
parent3980bdc8eaf34c46f9690c4d4193f7607cf2cd15 (diff)
downloadeclipse.platform.swt-596ba55c86c4d8d17daf8bfc719c8a2f3f0752ea.tar.gz
eclipse.platform.swt-596ba55c86c4d8d17daf8bfc719c8a2f3f0752ea.tar.xz
eclipse.platform.swt-596ba55c86c4d8d17daf8bfc719c8a2f3f0752ea.zip
release WS_EX_COMPOSITED
-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 223c42a49b..712641899c 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
@@ -2027,6 +2027,7 @@ public class OS extends C {
public static final int WS_DISABLED = 0x4000000;
public static final int WS_EX_CAPTIONOKBTN = 0x80000000;
public static final int WS_EX_CLIENTEDGE = 0x200;
+ public static final int WS_EX_COMPOSITED = 0x2000000;
public static final int WS_EX_DLGMODALFRAME = 0x1;
public static final int WS_EX_LAYERED = 0x00080000;
public static final int WS_EX_LAYOUTRTL = 0x00400000;