VirtualBox

Ignore:
Timestamp:
Sep 4, 2008 2:28:36 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4-OSX: Make the masking correct if in seamless mode & pause state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h

    r11971 r12096  
    8181
    8282    bool pause (bool on);
     83    bool isPaused() { return mLastState == KMachineState_Paused; }
     84    const QPixmap& pauseShot() const { return mPausedShot; }
    8385
    8486    void setMouseIntegrationEnabled (bool enabled);
     
    203205    void setPointerShape (MousePointerChangeEvent *me);
    204206
    205     bool isPaused() { return mLastState == KMachineState_Paused; }
    206207    bool isRunning() { return mLastState == KMachineState_Running; }
    207208
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette