Changeset 23746 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h
- Timestamp:
- Oct 14, 2009 8:40:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h
r23740 r23746 22 22 #ifndef __VBoxFBOverlay_h__ 23 23 #define __VBoxFBOverlay_h__ 24 #if defined (VBOX_GUI_USE_QGL) 24 #if defined (VBOX_GUI_USE_QGL) || defined(VBOX_WITH_VIDEOHWACCEL) 25 25 26 26 //#define VBOXQGL_PROF_BASE 1 … … 33 33 34 34 #include <VBox/VBoxGL2D.h> 35 #include "VBoxFBOverlayCommon.h" 35 36 36 37 #define VBOXVHWA_ALLOW_PRIMARY_AND_OVERLAY_ONLY 1
Note:
See TracChangeset
for help on using the changeset viewer.