From 85dc8d74771dc61c295574af9adea34ef251bf9d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 20 Mar 2020 12:19:44 +1100 Subject: Cleanup: sort file, struct lists --- intern/ghost/CMakeLists.txt | 4 ++-- intern/ghost/GHOST_Types.h | 2 +- intern/ghost/intern/GHOST_XrSession.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'intern') diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index 611da8d6a44..68fc9637e02 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -368,11 +368,11 @@ if(WITH_XR_OPENXR) GHOST_IXrContext.h intern/GHOST_IXrGraphicsBinding.h - intern/GHOST_Xr_intern.h - intern/GHOST_Xr_openxr_includes.h intern/GHOST_XrContext.h intern/GHOST_XrSession.h intern/GHOST_XrSwapchain.h + intern/GHOST_Xr_intern.h + intern/GHOST_Xr_openxr_includes.h ) list(APPEND INC_SYS ${XR_OPENXR_SDK_INCLUDE_DIR} diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h index 70c4d3ef00c..637935d9142 100644 --- a/intern/ghost/GHOST_Types.h +++ b/intern/ghost/GHOST_Types.h @@ -598,8 +598,8 @@ typedef void (*GHOST_TimerProcPtr)(struct GHOST_TimerTaskHandle__ *task, GHOST_T #ifdef WITH_XR_OPENXR -struct GHOST_XrError; struct GHOST_XrDrawViewInfo; +struct GHOST_XrError; /** * The XR view (i.e. the OpenXR runtime) may require a different graphics library than OpenGL. An * offscreen texture of the viewport will then be drawn into using OpenGL, but the final texture diff --git a/intern/ghost/intern/GHOST_XrSession.h b/intern/ghost/intern/GHOST_XrSession.h index 1d862839200..9c1ed3756d4 100644 --- a/intern/ghost/intern/GHOST_XrSession.h +++ b/intern/ghost/intern/GHOST_XrSession.h @@ -28,8 +28,8 @@ class GHOST_XrContext; class GHOST_XrSwapchain; -struct OpenXRSessionData; struct GHOST_XrDrawInfo; +struct OpenXRSessionData; class GHOST_XrSession { public: -- cgit v1.2.3