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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.cpp34 #undef DefaultRootWindow macro
35 #define DefaultRootWindow XDefaultRootWindow macro
130 XSelectInput(mDisplay, DefaultRootWindow(mDisplay), SubstructureNotifyMask);
136 XSelectInput(mDisplay, DefaultRootWindow(mDisplay), 0);
147 addClients(DefaultRootWindow(mDisplay));
538 if (XSendEvent(mDisplay, DefaultRootWindow(mDisplay), false,
H A Dmain.cpp175 || pEvent->xproperty.window != DefaultRootWindow(pDisplay)
178 XGetWindowProperty(pDisplay, DefaultRootWindow(pDisplay), hasVT, 0, 1,
215 XSelectInput(pDisplay, DefaultRootWindow(pDisplay), PropertyChangeMask);
H A Ddisplay.cpp189 XChangeProperty(pState->pDisplay, DefaultRootWindow(pState->pDisplay), XInternAtom(pState->pDisplay, "VBOX_SIZE_HINTS", 0),
248 XChangeProperty(pState->pDisplay, DefaultRootWindow(pState->pDisplay),
H A Ddraganddrop.cpp1717 event.xbutton.subwindow = DefaultRootWindow (m_pDisplay);
/vbox/src/VBox/RDP/client-1.8.3/
H A Dewmhints.c120 (DefaultRootWindow(g_display), "_NET_CURRENT_DESKTOP", 1, &nitems_return,
154 (DefaultRootWindow(g_display), "_NET_WORKAREA", max_prop_length, &nitems_return,
329 status = XSendEvent(g_display, DefaultRootWindow(g_display), False,
403 status = XSendEvent(g_display, DefaultRootWindow(g_display), False,
613 status = XSendEvent(g_display, DefaultRootWindow(g_display), False,
H A Dxclip.c449 XChangeProperty(g_display, DefaultRootWindow(g_display),
955 (event->window == DefaultRootWindow(g_display)))
1193 XSelectInput(g_display, DefaultRootWindow(g_display), PropertyChangeMask);
H A Dxwin.c2344 && xevent.xany.window == DefaultRootWindow(g_display))
2597 if (xevent.xproperty.window == DefaultRootWindow(g_display))
2631 && xevent.xconfigure.window == DefaultRootWindow(g_display))
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp32 #undef DefaultRootWindow macro
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp1643 XQueryPointer(QX11Info::display(), DefaultRootWindow(QX11Info::display()), &wDummy1, &wDummy2,
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3164 return XSendEvent (aDpy, DefaultRootWindow (aDpy), False,
3214 Bool ok = XXSendClientMessage (dpy, DefaultRootWindow (dpy),
3294 rc = XGetWindowProperty(pDisplay, DefaultRootWindow(pDisplay),
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c897 root_window = DefaultRootWindow( dpy );

Completed in 141 milliseconds