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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowPropertyGetter.java105 int status = XlibWrapper.XGetWindowProperty(XToolkit.getDisplay(), window, property.getAtom(),
H A DXlibWrapper.java311 static native int XGetWindowProperty(long display, long window, long atom, method in class:XlibWrapper
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c375 * Convenience wrapper for XGetWindowProperty for XA_ATOM properties.
386 /* Returns of XGetWindowProperty */
395 provide a stub for XGetWindowProperty */
399 status = XGetWindowProperty(awt_display, w,
427 * Terminating zero added by XGetWindowProperty is preserved.
436 /* Returns of XGetWindowProperty */
451 status = XGetWindowProperty(awt_display, w,
465 /* XGetWindowProperty kindly supplies terminating zero */
483 /* Returns of XGetWindowProperty */
498 status = XGetWindowProperty(awt_displa
[all...]
H A DX11Color.c1309 XGetWindowProperty (awt_display, root, XA_RGB_DEFAULT_MAP,
1314 XGetWindowProperty (awt_display, root, XA_RGB_DEFAULT_MAP, 0L,
H A Dawt_util.c1243 if (XGetWindowProperty(awt_display, win, WM_STATE,
H A Dawt_xembed_server.c679 if (XGetWindowProperty(awt_display, sdata->handle, XA_XEmbedInfo,
H A DmultiVis.c1124 Atom overlayVisualsAtom; /* Parameters for XGetWindowProperty */
1159 XGetWindowProperty(display, RootWindow(display, screen),
H A Dawt_MToolkit.c2393 /* Returns of XGetWindowProperty */
2429 status = XGetWindowProperty(dpy, owner,
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c220 status = XGetWindowProperty(splash->display,
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c823 * Method: XGetWindowProperty
832 return XGetWindowProperty((Display*) jlong_to_ptr(display), window, property, long_offset, long_length,
849 /* Returns of XGetWindowProperty */
857 status = XGetWindowProperty((Display*)jlong_to_ptr(display), window,

Completed in 152 milliseconds