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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp103 VBGLR3DNDHGCMEVENT hgcm; member in union:DnDEvent::__anon2117
2093 LogFlowThisFunc(("HGCM event, type=%RU32\n", e.hgcm.uType));
2094 switch (e.hgcm.uType)
2098 if (e.hgcm.cbFormats)
2101 = RTCString(e.hgcm.pszFormats, e.hgcm.cbFormats - 1).split("\r\n");
2102 m_pCurDnD->hgEnter(lstFormats, e.hgcm.u.a.uAllActions);
2112 m_pCurDnD->hgMove(e.hgcm.u.a.uXpos, e.hgcm.u.a.uYpos,
2113 e.hgcm
[all...]

Completed in 51 milliseconds