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/windowmanager/wm_cursors.h')
-rw-r--r--source/blender/windowmanager/wm_cursors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/windowmanager/wm_cursors.h b/source/blender/windowmanager/wm_cursors.h
index 73ff6ccc19e..e3f0e846b7a 100644
--- a/source/blender/windowmanager/wm_cursors.h
+++ b/source/blender/windowmanager/wm_cursors.h
@@ -32,6 +32,8 @@
#ifndef WM_CURSORS_H
#define WM_CURSORS_H
+void wm_init_cursor_data(void);
+
#define BC_GHOST_CURSORS 1000
/* old cursors */
@@ -72,7 +74,6 @@ typedef struct BCursor {
} BCursor;
-#define LASTCURSOR -2
#define SYSCURSOR -1
enum {
BC_NW_ARROWCURSOR=0,