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
diff options
context:
space:
mode:
authorJulian Eisel <eiseljulian@gmail.com>2019-06-21 22:51:03 +0300
committerJulian Eisel <eiseljulian@gmail.com>2019-06-21 23:27:40 +0300
commit24146563a01665dca292f16cc1385c23fcb53c82 (patch)
tree9c035ad97d2e81c012a0b8fbed5d14f263929a27 /source/blender/makesdna
parent2ee9c60c2058dba3d963983b7e427ffe9d2f2aac (diff)
Cleanup: Use CamelCase for XR functions/types
Also silence warnings.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index e420ec27f7f..a67eb7388d7 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -42,7 +42,7 @@ struct wmKeyMap;
struct wmMsgBus;
struct wmOperator;
struct wmOperatorType;
-struct GHOST_XRContext;
+struct GHOST_XrContext;
/* forwards */
struct PointerRNA;
@@ -180,7 +180,7 @@ typedef struct wmWindowManager {
struct wmMsgBus *message_bus;
//#ifdef WITH_OPENXR
- struct GHOST_XRContext *xr_context;
+ struct GHOST_XrContext *xr_context;
//#endif
} wmWindowManager;