Changeset 22817 in vbox
- Timestamp:
- Sep 7, 2009 6:18:01 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h
r22816 r22817 23 23 #define __VBoxFBOverlay_h__ 24 24 #if defined (VBOX_GUI_USE_QGL) 25 #include "COMDefs.h" 25 26 #include <QGLWidget> 26 27 #include <iprt/assert.h> -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
r22816 r22817 333 333 }; 334 334 335 #ifdef VBOX_WITH_VIDEOHWACCEL 335 # ifdef VBOX_WITH_VIDEOHWACCEL 336 # ifdef VBOX_GUI_USE_QIMAGE 336 337 class VBoxQImageOverlayFrameBuffer : public VBoxQImageFrameBuffer 337 338 { … … 352 353 VBoxQGLOverlay mOverlay; 353 354 }; 354 #endif 355 # endif /* # ifdef VBOX_GUI_USE_QIMAGE */ 356 # endif /* *# ifdef VBOX_WITH_VIDEOHWACCEL / 355 357 356 358 #endif
Note:
See TracChangeset
for help on using the changeset viewer.