Changeset 54023 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 28, 2015 8:13:57 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97936
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/VMMDevInterface.cpp
r53528 r54023 297 297 Display* pDisplay = pConsole->i_getDisplay(); 298 298 AssertPtrReturnVoid(pDisplay); 299 pDisplay->i_handleUpdateVMMDevSupportsGraphics(newCapabilities 300 & VMMDEV_GUEST_SUPPORTS_GRAPHICS); 299 pDisplay->i_handleUpdateVMMDevSupportsGraphics(RT_BOOL(newCapabilities & VMMDEV_GUEST_SUPPORTS_GRAPHICS)); 301 300 302 301 /*
Note:
See TracChangeset
for help on using the changeset viewer.