From 24146563a01665dca292f16cc1385c23fcb53c82 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Fri, 21 Jun 2019 21:51:03 +0200 Subject: Cleanup: Use CamelCase for XR functions/types Also silence warnings. --- source/blender/makesdna/DNA_windowmanager_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna') 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; -- cgit v1.2.3