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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp215 #define gX11 xHelpers::getInstance() macro
216 #define xAtom(xa) gX11->xAtom((xa))
217 #define xAtomToString(xa) gX11->xAtomToString((xa))
1105 Window wndCursor = gX11->applicationWindowBelowCursor(m_wndRoot);
1121 LogFlowThisFunc(("Error in getting the window property: %s\n", gX11->xErrorToString(xrc).c_str()));
1345 gX11->xAtomToString(pEventClient->message_type).c_str()));
1374 gX11->xAtomToString(pEventClient->data.l[i]).c_str()));
1393 gX11->xAtomToString(data[i]).c_str()));
1415 gX11->xAtomToString(data[i]).c_str()));
1473 RTCString strFormats = gX11
[all...]

Completed in 36 milliseconds