Changeset 6059 in vbox for trunk/src/VBox
- Timestamp:
- Dec 13, 2007 2:53:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r5999 r6059 688 688 #if defined (VBOX_GUI_USE_SDL) 689 689 case VBoxDefs::SDLMode: 690 # ifdef Q_WS_X11 691 /* This is somehow necessary to prevent strange X11 warnings on 692 * i386 and segfaults on x86_64. */ 693 XFlush(this->x11Display()); 694 # endif 690 695 mFrameBuf = new VBoxSDLFrameBuffer (this); 691 696 /*
Note:
See TracChangeset
for help on using the changeset viewer.