Searched defs:m_wndRoot (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp412 Window m_wndRoot; member in class:DragInstance
512 , m_wndRoot(0)
537 m_wndRoot = 0;
601 m_wndRoot = RootWindow(m_pDisplay, m_screenId);
602 if (!m_wndRoot)
622 m_wndProxy = XCreateWindow(m_pDisplay, m_wndRoot /* Parent */,
637 LogFlowThisFunc(("Created proxy window 0x%x at m_wndRoot=0x%x ...\n",
638 m_wndProxy, m_wndRoot));
1105 Window wndCursor = gX11->applicationWindowBelowCursor(m_wndRoot);
1703 XWarpPointer(m_pDisplay, None, m_wndRoot,
[all...]

Completed in 49 milliseconds