Searched refs:xrandrExtSupported (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsDevice.java60 private static Boolean xrandrExtSupported; field in class:X11GraphicsDevice
290 if (xrandrExtSupported == null) {
291 xrandrExtSupported =
294 return xrandrExtSupported.booleanValue();

Completed in 318 milliseconds