Changeset 53815 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Jan 15, 2015 11:15:07 AM (10 years ago)
- Location:
- trunk/src/VBox/HostServices/SharedOpenGL
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.