summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/motif
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2009-11-13 21:13:28 +0000
committerFelipe Heidrich <fheidric>2009-11-13 21:13:28 +0000
commit06f6838c9e75ffb6dea0f5bbf195a74c77870023 (patch)
treed2f08f73f30d3f2b13d09946fa5e71c6f689e9ab /bundles/org.eclipse.swt/Eclipse SWT PI/motif
parente68f4b04e4aa20115a97f7fad53d6f3eb1475feb (diff)
downloadeclipse.platform.swt-06f6838c9e75ffb6dea0f5bbf195a74c77870023.tar.gz
eclipse.platform.swt-06f6838c9e75ffb6dea0f5bbf195a74c77870023.tar.xz
eclipse.platform.swt-06f6838c9e75ffb6dea0f5bbf195a74c77870023.zip
Bug 23980: platform specific shell resize behaviour
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/motif')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
index e311808ed8..e4a78b2322 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
@@ -490,6 +490,8 @@ public class OS extends C {
public static final int XmNlistMarginWidth = malloc ("listMarginWidth", 2);
public static final int XmNlistSizePolicy = malloc ("listSizePolicy", 1);
public static final int XmNlistSpacing = malloc ("listSpacing", 2);
+ public static final int XmNmainWindowMarginWidth = malloc ("mainWindowMarginWidth", 2);
+ public static final int XmNmainWindowMarginHeight = malloc ("mainWindowMarginHeight", 2);
public static final int XmNmapCallback = malloc ("mapCallback", 4);
public static final int XmNmappedWhenManaged = malloc ("mappedWhenManaged", 4);
public static final int XmNmarginBottom = malloc ("marginBottom", 2);