summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
diff options
context:
space:
mode:
authorSteve Northover <steve>2003-04-23 12:44:13 +0000
committerSteve Northover <steve>2003-04-23 12:44:13 +0000
commit95707932f038406df95c0c03bbb9d01c0456b4a8 (patch)
tree2a34df1e3c3f80657511cf92c4654aa55815fc0c /bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
parent2bcbf773f9ab1109dfb5249cf2aa7033c799d88b (diff)
downloadeclipse.platform.swt-95707932f038406df95c0c03bbb9d01c0456b4a8.tar.gz
eclipse.platform.swt-95707932f038406df95c0c03bbb9d01c0456b4a8.tar.xz
eclipse.platform.swt-95707932f038406df95c0c03bbb9d01c0456b4a8.zip
4417
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java1
1 files changed, 1 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 f10d8cede6..68d928c37f 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
@@ -1034,6 +1034,7 @@ public static final synchronized native int XQueryTree (int display, int window,
public static final synchronized native int XRaiseWindow (int display, int window);
public static final synchronized native int XReconfigureWMWindow (int display, int window, int screen, int valueMask, XWindowChanges values);
public static final synchronized native int XRectInRegion (int region, int x, int y, int width, int height);
+public static final synchronized native int XReparentWindow (int display, int win, int parent, int x, int y);
public static final synchronized native void XSetBackground (int display, int gc, int background);
public static final synchronized native void XSetClipMask (int display, int gc, int pixmap);
public static final synchronized native void XSetClipRectangles (int display, int gc, int clip_x_origin, int clip_y_origin, XRectangle rectangles, int n, int ordering);