VirtualBox

Changeset 413 in vbox for trunk/src/VBox/Frontends/VBoxSDL


Ignore:
Timestamp:
Jan 29, 2007 3:07:04 PM (18 years ago)
Author:
vboxsync
Message:

A frontend must not lock framebuffer on the thread that also does resizing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r315 r413  
    22612261
    22622262                Assert(gpFrameBuffer);
    2263                 /*
    2264                  * Lock the framebuffer, perform the update and lock again
    2265                  */
    2266                 gpFrameBuffer->Lock();
    22672263                gpFrameBuffer->update(x, y, w, h, true /* fGuestRelative */);
    2268                 gpFrameBuffer->Unlock();
    22692264
    22702265                #undef DECODEX
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