Changeset 24776 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Nov 18, 2009 11:38:40 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display.cpp
r24069 r24776 59 59 if (RT_SUCCESS(rc)) 60 60 rc = VbglR3CtlFilterMask(VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST, 0); 61 else 62 VbglR3CtlFilterMask(0, VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST); 61 63 /* Log and ignore the return value, as there is not much we can do with 62 64 * it. */ … … 78 80 else 79 81 rc = VERR_NOT_SUPPORTED; 82 } 83 if (RT_FAILURE(rc)) 84 { 85 VbglR3CtlFilterMask(0, VMMDEV_EVENT_MOUSE_CAPABILITIES_CHANGED); 86 VbglR3SetMouseStatus( fMouseFeatures 87 | VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR); 80 88 } 81 89 LogFlowFunc(("mouse re-capturing support: result %Rrc\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.