VirtualBox

Changeset 23746 in vbox for trunk/src


Ignore:
Timestamp:
Oct 14, 2009 8:40:44 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53471
Message:

video 2d accel: some code cleaning

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r23740 r23746  
    688688#  VBoxOGL2D_LRCTOOL = QT4
    689689  VBoxOGL2D_SDKS = QT4
    690   VBoxOGL2D_DEFS = IN_RING3 QT_NO_DEBUG QT_THREAD_SUPPORT QT_SHARED HAVE_CONFIG_H $(ARCH_BITS_DEFS)
     690  VBoxOGL2D_DEFS = IN_RING3 QT_NO_DEBUG QT_THREAD_SUPPORT QT_SHARED HAVE_CONFIG_H $(ARCH_BITS_DEFS) VBOX_WITH_VIDEOHWACCEL VBOX_GUI_USE_QGL
    691691  VBoxOGL2D_QT_MODULES += OpenGL
    692692  VBoxOGL2D_SOURCES = \
    693693      src/VBoxGLSupportInfo.cpp
     694  VBoxOGL2D_INCS = include
    694695 endif
    695696endif
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h

    r23740 r23746  
    2222#ifndef __VBoxFBOverlay_h__
    2323#define __VBoxFBOverlay_h__
    24 #if defined (VBOX_GUI_USE_QGL)
     24#if defined (VBOX_GUI_USE_QGL) || defined(VBOX_WITH_VIDEOHWACCEL)
    2525
    2626//#define VBOXQGL_PROF_BASE 1
     
    3333
    3434#include <VBox/VBoxGL2D.h>
     35#include "VBoxFBOverlayCommon.h"
    3536
    3637#define VBOXVHWA_ALLOW_PRIMARY_AND_OVERLAY_ONLY 1
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp

    r23743 r23746  
    3535
    3636#include <VBox/VBoxGL2D.h>
     37#include "VBoxFBOverlayCommon.h"
    3738
    3839/*****************/
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette