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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXCustomCursor.java52 // We use XQueryBestCursor which accepts unsigned ints to obtain
63 XlibWrapper.XQueryBestCursor(display,root_window, Math.abs(preferredWidth),Math.abs(preferredHeight),XlibWrapper.larg1,XlibWrapper.larg2);
H A DXlibWrapper.java406 Status XQueryBestCursor(display, d, width, height,
415 static native boolean XQueryBestCursor(long display, long drawable, int width, int height, long width_return, long height_return); method in class:XlibWrapper
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c925 * Method: XQueryBestCursor
934 status = XQueryBestCursor((Display *) jlong_to_ptr(display), (Drawable) drawable, width,height,

Completed in 40 milliseconds