Changeset 52122 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Jul 22, 2014 9:41:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp
r51677 r52122 670 670 { 671 671 gpDisplay->SetFramebufferUpdateMode(aScreenId, FramebufferUpdateMode_NotifyUpdateImage); 672 gpDisplay->InvalidateAndUpdate(); 673 } 672 } 673 674 gpDisplay->InvalidateAndUpdateScreen(aScreenId); 674 675 } 675 676
Note:
See TracChangeset
for help on using the changeset viewer.