Changeset 58896 in vbox
- Timestamp:
- Nov 27, 2015 10:21:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h
r58894 r58896 233 233 /** Returns whether guest-screen is undrawable. 234 234 * @todo: extend this method to all the states when guest-screen is undrawable. */ 235 bool isGuestScreenUnDrawable() const { return machineState() == KMachineState_Stopping; } 235 bool isGuestScreenUnDrawable() const { return machineState() == KMachineState_Stopping || 236 machineState() == KMachineState_Saving; } 236 237 237 238 /* Returns existing framebuffer for the given screen-number;
Note:
See TracChangeset
for help on using the changeset viewer.

