VirtualBox

Ignore:
Timestamp:
May 15, 2012 7:18:58 AM (13 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

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

    r28800 r41291  
    8888            if (m_pSurfVRAM)
    8989            {
    90                 SDL_Rect rect = { (Sint16)r.x(), (Sint16)r.y(), (Sint16)r.width(), (Sint16)r.height() };
     90                SDL_Rect rect = { (Sint16)r.x(), (Sint16)r.y(), (Uint16)r.width(), (Uint16)r.height() };
    9191                SDL_BlitSurface(m_pSurfVRAM, &rect, m_pScreen, &rect);
    9292                /** @todo may be: if ((m_pScreen->flags & SDL_HWSURFACE) == 0) */
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