VirtualBox

Changeset 64618 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 9, 2016 4:56:23 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8636: Runtime UI: On X11 listen for sigHostScreenWorkAreaRecalculated signal but not for sigHostScreenWorkAreaResized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r64611 r64618  
    11331133    connect(gpDesktop, SIGNAL(sigHostScreenResized(int)),
    11341134            this, SLOT(sltHandleHostScreenGeometryChange()));
    1135     connect(gpDesktop, SIGNAL(sigHostScreenWorkAreaResized(int)),
    1136             this, SLOT(sltHandleHostScreenAvailableAreaChange()));
    11371135# ifdef VBOX_WS_X11
    11381136    connect(gpDesktop, SIGNAL(sigHostScreenWorkAreaRecalculated(int)),
    11391137            this, SLOT(sltHandleHostScreenAvailableAreaChange()));
    1140 # endif /* VBOX_WS_X11 */
     1138# else /* !VBOX_WS_X11 */
     1139    connect(gpDesktop, SIGNAL(sigHostScreenWorkAreaResized(int)),
     1140            this, SLOT(sltHandleHostScreenAvailableAreaChange()));
     1141# endif /* !VBOX_WS_X11 */
    11411142#endif /* !VBOX_WS_MAC */
    11421143}
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