Changeset 41291 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 15, 2012 7:18:58 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferSDL.cpp
r28800 r41291 88 88 if (m_pSurfVRAM) 89 89 { 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() }; 91 91 SDL_BlitSurface(m_pSurfVRAM, &rect, m_pScreen, &rect); 92 92 /** @todo may be: if ((m_pScreen->flags & SDL_HWSURFACE) == 0) */
Note:
See TracChangeset
for help on using the changeset viewer.