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-11 18:50:16 +0300
committerJulian Eisel <eiseljulian@gmail.com>2019-06-11 18:52:04 +0300
commit2f68a76409eaed743790727ee3a8296f070ee40d (patch)
tree2699b692ae72bb926bb655450ec599fc57ae0372 /source/blender/windowmanager/intern/wm.c
parent304d9a20fcbc5eec4b2062aedc6e8de3db2d88b1 (diff)
Split wm_xr.c into multiple files
Similar to gizmo/ and message_bus/, there's now a xr/ directory containing header files and a intern/ directory for source and internal header files. Guess this is reasonable to do. And better to do early on to avoid loosing much git history.
Diffstat (limited to 'source/blender/windowmanager/intern/wm.c')
-rw-r--r--source/blender/windowmanager/intern/wm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm.c b/source/blender/windowmanager/intern/wm.c
index a3b2b85e53b..87a2e1a4647 100644
--- a/source/blender/windowmanager/intern/wm.c
+++ b/source/blender/windowmanager/intern/wm.c
@@ -52,6 +52,9 @@
#include "wm_event_system.h"
#include "wm_draw.h"
#include "wm.h"
+#ifdef WITH_OPENXR
+# include "wm_xr.h"
+#endif
#include "ED_screen.h"
#include "BKE_undo_system.h"