Changeset 19817 in vbox for trunk/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp
- Timestamp:
- May 19, 2009 12:16:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp
r19798 r19817 228 228 */ 229 229 HRESULT SDLFramebuffer::NotifyUpdate(ULONG x, ULONG y, 230 ULONG w, ULONG h , BOOL *finished)230 ULONG w, ULONG h) 231 231 { 232 232 LogFlow(("SDLFramebuffer::NotifyUpdate: x = %d, y = %d, w = %d, h = %d\n", … … 258 258 #endif /* !VBOXBFE_WITH_X11 */ 259 259 260 /*261 * The Display thread can continue as we will lock the framebuffer262 * from the SDL thread when we get to actually doing the update.263 */264 if (finished)265 *finished = TRUE;266 260 return S_OK; 267 261 }
Note:
See TracChangeset
for help on using the changeset viewer.