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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp1340 int xRc; local
1381 xRc = XGetWindowProperty(m_pDisplay, wndSelection,
1385 if ( xRc == Success
1403 xRc = XGetWindowProperty(m_pDisplay, wndSelection,
1407 if ( xRc == Success
1436 xRc = XSendEvent(m_pDisplay, m_wndCur,
1438 if (RT_UNLIKELY(xRc == 0))
1459 xRc = XSendEvent(m_pDisplay, m_wndCur,
1461 if (RT_UNLIKELY(xRc == 0))

Completed in 39 milliseconds