Changeset 22445 in vbox
- Timestamp:
- Aug 25, 2009 8:03:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxutils.c
r21923 r22445 993 993 if (!pVBox->useDevice) 994 994 return FALSE; 995 int rc = VbglR3GetDisplayChangeRequest(pcx, pcy, pcBits, piDisplay, false);995 int rc = VbglR3GetDisplayChangeRequest(pcx, pcy, pcBits, piDisplay, true); 996 996 if (RT_SUCCESS(rc)) 997 997 return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.