< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XWindowPeer.java

Print this page

        

*** 673,683 **** int area = newBounds.width * newBounds.height; int intAmt, vertAmt, horizAmt; int largestAmt = 0; int curScreenNum = ((X11GraphicsDevice)getGraphicsConfiguration().getDevice()).getScreen(); int newScreenNum = 0; ! GraphicsDevice gds[] = XToolkit.localEnv.getScreenDevices(); GraphicsConfiguration newGC = null; Rectangle screenBounds; XToolkit.awtUnlock(); try { --- 673,683 ---- int area = newBounds.width * newBounds.height; int intAmt, vertAmt, horizAmt; int largestAmt = 0; int curScreenNum = ((X11GraphicsDevice)getGraphicsConfiguration().getDevice()).getScreen(); int newScreenNum = 0; ! GraphicsDevice[] gds = XToolkit.localEnv.getScreenDevices(); GraphicsConfiguration newGC = null; Rectangle screenBounds; XToolkit.awtUnlock(); try {
< prev index next >