Changeset 56760 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Jul 2, 2015 8:58:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r56671 r56760 2943 2943 m_pDisplay = XOpenDisplay(NULL); 2944 2944 if (!m_pDisplay) 2945 /** @todo Correct errors. */ 2945 { 2946 VBClFatalError(("DnD: Unable to connect to X server -- running in a terminal session?\n")); 2946 2947 return VERR_NOT_FOUND; 2948 } 2947 2949 2948 2950 xHelpers *pHelpers = xHelpers::getInstance(m_pDisplay); … … 3180 3182 return &pService->pInterface; 3181 3183 } 3182
Note:
See TracChangeset
for help on using the changeset viewer.