Changeset 53815 in vbox
- Timestamp:
- Jan 15, 2015 11:15:07 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
- 1 moved
-
include/VBox/VBoxOGL.h (moved) (moved from trunk/include/VBox/VBoxOGLTest.h ) (3 diffs)
-
src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) (1 diff)
-
src/VBox/Frontends/VirtualBox/src/precomp.h (modified) (1 diff)
-
src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTest.cpp (modified) (1 diff)
-
src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp (modified) (1 diff)
-
src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) (1 diff)
-
src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) (1 diff)
-
src/VBox/Main/src-server/HostImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxOGL.h
r53800 r53815 1 1 /* $Id$ */ 2 2 /** @file 3 * VBox 3D Support testAPI3 * VBox 3D Support API 4 4 */ 5 5 /* 6 * Copyright (C) 2012-201 4Oracle Corporation6 * Copyright (C) 2012-2015 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 #ifndef ___VBoxOGL Test_h26 #define ___VBoxOGL Test_h25 #ifndef ___VBoxOGL_h 26 #define ___VBoxOGL_h 27 27 28 28 #include <iprt/cdefs.h> … … 35 35 RT_C_DECLS_END 36 36 37 #endif /* !___VBoxOGL Test_h */37 #endif /* !___VBoxOGL_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r53449 r53815 143 143 #include <QStyleOptionSpinBox> 144 144 145 #include <VBox/VBoxOGL Test.h>145 #include <VBox/VBoxOGL.h> 146 146 #include <VBox/vd.h> 147 147 -
trunk/src/VBox/Frontends/VirtualBox/src/precomp.h
r52733 r53815 280 280 #include <VBox/VBoxGL2D.h> 281 281 //#include <VBox/VBoxKeyboard.h> - includes X11/X.h which causes trouble. 282 //#include <VBox/VBoxOGL Test.h> - only used once282 //#include <VBox/VBoxOGL.h> - only used once 283 283 //#include <VBox/VBoxVideo.h> - only used twice 284 284 #ifdef VBOX_WITH_VIDEOHWACCEL -
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTest.cpp
r53554 r53815 28 28 #include <iprt/log.h> 29 29 30 #include <VBox/VBoxOGL Test.h>30 #include <VBox/VBoxOGL.h> 31 31 32 32 bool RTCALL VBoxOglIs3DAccelerationSupported(void) -
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp
r53594 r53815 20 20 * Header Files * 21 21 *******************************************************************************/ 22 #include <VBox/VBoxOGL Test.h>22 #include <VBox/VBoxOGL.h> 23 23 24 24 #include <IOKit/IOKitLib.h> -
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m
r53755 r53815 87 87 #include <iprt/thread.h> 88 88 89 #include <VBox/VBoxOGL Test.h>89 #include <VBox/VBoxOGL.h> 90 90 #include <VBox/log.h> 91 91 -
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r53723 r53815 71 71 #ifdef VBOX_WITH_CROGL 72 72 # include <VBox/HostServices/VBoxCrOpenGLSvc.h> 73 #include <VBox/VBoxOGL Test.h>73 #include <VBox/VBoxOGL.h> 74 74 #endif 75 75 #ifdef VBOX_WITH_GUEST_PROPS -
trunk/src/VBox/Main/src-server/HostImpl.cpp
r53318 r53815 131 131 132 132 #ifdef VBOX_WITH_CROGL 133 #include <VBox/VBoxOGL Test.h>133 #include <VBox/VBoxOGL.h> 134 134 #endif /* VBOX_WITH_CROGL */ 135 135
Note:
See TracChangeset
for help on using the changeset viewer.

