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:
Diffstat (limited to 'source/blender/src/winlay.h')
-rw-r--r--source/blender/src/winlay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/winlay.h b/source/blender/src/winlay.h
index 2fdc2c70ac3..1734c0e2867 100644
--- a/source/blender/src/winlay.h
+++ b/source/blender/src/winlay.h
@@ -79,6 +79,8 @@ void window_warp_pointer (Window *win, int x, int y);
void window_queue_redraw (Window *win);
+void window_open_ndof(Window* win);
+
/* Global windowing operations */
Window* winlay_get_active_window(void);