Changeset 56322 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/display.cpp
- Timestamp:
- Jun 9, 2015 10:57:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display.cpp
r56211 r56322 222 222 223 223 rc = VbglR3GetMouseStatus(&fFeatures, NULL, NULL); 224 224 225 225 if (rc != VINF_SUCCESS) 226 226 VBClFatalError(("Failed to get mouse status, rc=%Rrc\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.