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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.cpp163 Window *phChildrenRaw = NULL; local
170 if (!XQueryTree(mDisplay, hRoot, &hRealRoot, &hParent, &phChildrenRaw, &cChildren))
172 phChildren = phChildrenRaw;
175 XFree(phChildrenRaw);
H A Ddraganddrop.cpp1870 Window *phChildrenRaw = NULL; local
1872 if (XQueryTree(m_pDisplay, wndThis, &hRealRoot, &hParent, &phChildrenRaw, &cChildren))
1875 registerForEvents(phChildrenRaw[i]);
1876 XFree(phChildrenRaw);

Completed in 37 milliseconds