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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXProtocol.java71 long root_xref, self_xref;
75 root_xref = anchorProp.get32Property(XToolkit.getDefaultRootWindow(),
80 if (root_xref == 0) {
83 self_xref = anchorProp.get32Property(root_xref, anchorType);
84 if (self_xref != root_xref) {
H A DXWM.java381 long root_xref = getECommsWindowIDProperty(XToolkit.getDefaultRootWindow());
382 if (root_xref == 0) {
386 long self_xref = getECommsWindowIDProperty(root_xref);
387 if (self_xref != root_xref) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c539 Window root_xref; local
542 root_xref = (Window)awt_getProperty32(DefaultRootWindow(awt_display),
544 if (root_xref == None) {
549 DTRACE_PRINT1("0x%x ... ", (unsigned int)root_xref);
550 self_xref = (Window)awt_getProperty32(root_xref,
552 if (self_xref != root_xref) {
748 Window root_xref; local
752 root_xref = awt_getECommsWindowIDProperty(DefaultRootWindow(awt_display));
753 if (root_xref == None) {
757 DTRACE_PRINT1("0x%x ... ", root_xref);
[all...]

Completed in 35 milliseconds