VirtualBox

Changeset 46538 in vbox for trunk


Ignore:
Timestamp:
Jun 13, 2013 3:28:58 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: Compiling warning.

File:
1 edited

Legend:

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

    r46364 r46538  
    218218     * when entering or exiting fullscreen on X.Org guests and when
    219219     * re-attaching the frame-buffer on a view switch. */
    220     bool fResize =    iWidth != frameBuffer()->width()
    221                    || iHeight != frameBuffer()->height();
     220    bool fResize =    (ulong)iWidth != frameBuffer()->width()
     221                   || (ulong)iHeight != frameBuffer()->height();
    222222
    223223    /* If machine-window is visible: */
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