aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-04 04:54:19 +0100
committerSven Gothel <[email protected]>2010-12-04 04:54:19 +0100
commit5d5fa6ded1811ce35bf127d68b114b6b3c2e0e7c (patch)
treeae750e08e249deb3cdf6260f3e013299bc38457a /src/newt
parentd453a86de60cd4171373814f6cf7baf65ef1d7dc (diff)
X11 DummyWindow: Pass size and set size in proxy
Diffstat (limited to 'src/newt')
-rw-r--r--src/newt/native/X11Window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newt/native/X11Window.c b/src/newt/native/X11Window.c
index 92e60e44b..15418269e 100644
--- a/src/newt/native/X11Window.c
+++ b/src/newt/native/X11Window.c
@@ -1301,7 +1301,6 @@ JNIEXPORT jlong JNICALL Java_com_jogamp_newt_impl_x11_X11Window_CreateWindow0
CWBorderPixel | CWColormap | CWOverrideRedirect ) ;
memset(&xswa, 0, sizeof(xswa));
- // xswa.override_redirect = ( 0 != parent ) ? False : True;
xswa.override_redirect = False; // use the window manager, always
xswa.border_pixel = 0;
xswa.background_pixmap = None;