VirtualBox

Changeset 49790 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Dec 5, 2013 1:08:04 PM (11 years ago)
Author:
vboxsync
Message:

Main: unsigned width/height

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r49783 r49790  
    634634                                  ULONG pixelFormat, void *pvVRAM,
    635635                                  uint32_t bpp, uint32_t cbLine,
    636                                   int w, int h)
     636                                  uint32_t w, uint32_t h)
    637637{
    638638    Assert (pFramebuffer);
     
    666666 */
    667667int Display::handleDisplayResize (unsigned uScreenId, uint32_t bpp, void *pvVRAM,
    668                                   uint32_t cbLine, int w, int h, uint16_t flags)
     668                                  uint32_t cbLine, uint32_t w, uint32_t h, uint16_t flags)
    669669{
    670670    LogRel(("Display::handleDisplayResize(): uScreenId = %d, pvVRAM=%p "
     
    32393239        AssertComRC (rc);
    32403240
    3241         if (   (width != mLastWidth && mLastWidth != 0)
     3241        if (   (width  != mLastWidth && mLastWidth != 0)
    32423242            || (height != mLastHeight && mLastHeight != 0))
    32433243        {
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