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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp104 XEvent x11; member in union:DnDEvent::__anon2117
201 /* Not all x11 atoms we use are defined in the headers. Create the
297 /* Fetch all x11 window properties of the parent window. */
464 /* Usually XCheckMaskEvent could be used for querying selected x11 events.
585 * Enough screens configured in the x11 server?
592 /* Get the screen number from the x11 server. */
2182 m_pCurDnD->onX11Event(e.x11);
2206 /* Connect to the x11 server. */
2233 /* Event thread for events coming from the x11 system. */
2331 XNextEvent(pThis->m_pDisplay, &e.x11);
[all...]

Completed in 100 milliseconds