Changeset 21912 in vbox for trunk/src/VBox/Additions/x11/vboxvideo
- Timestamp:
- Jul 31, 2009 11:33:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxutils.c
r21867 r21912 998 998 if (!pVBox->useDevice) 999 999 return FALSE; 1000 int rc = VbglR3Get LastDisplayChangeRequest(pcx, pcy, pcBits, piDisplay);1000 int rc = VbglR3GetDisplayChangeRequest(pcx, pcy, pcBits, piDisplay, false); 1001 1001 if (RT_SUCCESS(rc)) 1002 1002 return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.