modules/graphics/src/main/java/com/sun/glass/ui/monocle/x11/X11Screen.java

Print this page
rev 6856 : RT-36822 [Monocle] X11 framebuffer container doesn't work any more

*** 102,112 **** X.InputOutput, // class X.CopyFromParent, // visual cwMask, attrs.p); X.XMapWindow(display, window); ! X.XStoreName(display, window, "JavaFX EGL/framebuffer container"); X.XSync(display, false); int[] widthA = new int[1]; int[] heightA = new int[1]; int[] depthA = new int[1]; X.XGetGeometry(display, window, null, null, null, widthA, heightA, null, depthA); --- 102,112 ---- X.InputOutput, // class X.CopyFromParent, // visual cwMask, attrs.p); X.XMapWindow(display, window); ! X.XStoreName(display, window, "JavaFX framebuffer container"); X.XSync(display, false); int[] widthA = new int[1]; int[] heightA = new int[1]; int[] depthA = new int[1]; X.XGetGeometry(display, window, null, null, null, widthA, heightA, null, depthA);