VirtualBox

Changeset 51169 in vbox for trunk


Ignore:
Timestamp:
Apr 29, 2014 2:43:30 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Mac OS X: OSE build fix for r93441.

File:
1 edited

Legend:

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

    r51149 r51169  
    323323                                         Qt::IgnoreAspectRatio, Qt::FastTransformation);
    324324# ifdef Q_WS_MAC
     325#  ifdef VBOX_GUI_WITH_HIDPI
    325326            /* Mark sub-pixmap as HiDPI: */
    326327            subPixmap.setDevicePixelRatio(dBackingScaleFactor);
     328#  endif /* VBOX_GUI_WITH_HIDPI */
    327329# endif /* Q_WS_MAC */
    328330        }
     
    342344                                                    Qt::IgnoreAspectRatio, Qt::FastTransformation);
    343345# ifdef Q_WS_MAC
     346#  ifdef VBOX_GUI_WITH_HIDPI
    344347            /* Mark sub-pixmap as HiDPI: */
    345348            scaledSubImage.setDevicePixelRatio(dBackingScaleFactor);
     349#  endif /* VBOX_GUI_WITH_HIDPI */
    346350# endif /* Q_WS_MAC */
    347351            /* Directly draw scaled-sub-image: */
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