Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-03-20 04:19:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-20 04:19:44 +0300
commit85dc8d74771dc61c295574af9adea34ef251bf9d (patch)
tree606b8ae540b3848b2f1060708435c3979ea7b992 /intern
parent35e3abb9120cbc5ee52dc8051899a84a427c7fc0 (diff)
Cleanup: sort file, struct lists
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/CMakeLists.txt4
-rw-r--r--intern/ghost/GHOST_Types.h2
-rw-r--r--intern/ghost/intern/GHOST_XrSession.h2
3 files changed, 4 insertions, 4 deletions
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: