Changeset 53967 in vbox
- Timestamp:
- Jan 26, 2015 8:47:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vbva.c
r53812 r53967 241 241 } 242 242 243 Bool244 vbox_device_available(VBOXPtr pVBox)245 {246 return pVBox->useDevice;247 }248 249 243 /** 250 244 * Inform VBox that we will supply it with dirty rectangle information … … 287 281 /* We ignore the return value as the fall-back should be active 288 282 * anyway. */ 289 VBoxHGSMISendCapsInfo(&pVBox->guestCtx, VBVACAPS_VIDEO_MODE_HINTS );283 VBoxHGSMISendCapsInfo(&pVBox->guestCtx, VBVACAPS_VIDEO_MODE_HINTS | VBVACAPS_DISABLE_CURSOR_INTEGRATION); 290 284 # endif 291 285 #endif
Note:
See TracChangeset
for help on using the changeset viewer.