VirtualBox

Ignore:
Timestamp:
Aug 9, 2016 5:07:59 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109859
Message:

FE/Qt: X11: Runtime UI: Moving X11 normalization slot from specific class to interface.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.h

    r62913 r63229  
    108108protected slots:
    109109
     110#ifdef VBOX_WS_X11
     111    /** X11: Performs machine-window geometry normalization. */
     112    void sltNormalizeGeometry() { normalizeGeometry(true /* adjust position */); }
     113#endif /* VBOX_WS_X11 */
     114
    110115    /** Performs machine-window activation. */
    111116    void sltActivateWindow() { activateWindow(); }
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h

    r63228 r63229  
    4444
    4545private slots:
    46 
    47 #ifdef VBOX_WS_X11
    48     /** X11: Performs machine-window async geometry normalization. */
    49     void sltNormalizeGeometry() { normalizeGeometry(true /* adjust position */); }
    50 #endif /* VBOX_WS_X11 */
    5146
    5247    /** Handles machine state change event. */
Note: See TracChangeset for help on using the changeset viewer.

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