Changeset 9006 in vbox for trunk/src/VBox/Additions/x11/xgraphics
- Timestamp:
- May 21, 2008 10:05:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xgraphics/vboxutils.c
r8949 r9006 118 118 { 119 119 if ( !(fFeatures & VBOXGUEST_MOUSE_HOST_CANNOT_HWPOINTER) 120 && (fFeatures & VBOXGUEST_MOUSE_GUEST_CAN_ABSOLUTE)) 120 && (fFeatures & VBOXGUEST_MOUSE_GUEST_CAN_ABSOLUTE) 121 && (fFeatures & VBOXGUEST_MOUSE_HOST_CAN_ABSOLUTE) 122 ) 121 123 rc = TRUE; 122 124 }
Note:
See TracChangeset
for help on using the changeset viewer.