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_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index b278f83706a..b0fdcee2c04 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -55,10 +55,11 @@ void WM_read_autosavefile(struct bContext *C);
void WM_write_autosave (struct bContext *C);
/* mouse cursors */
-void WM_init_cursor_data (void);
-void WM_set_cursor (struct bContext *C, int curs);
-void WM_waitcursor (struct bContext *C, int val);
-void WM_timecursor (struct bContext *C, int nr);
+void WM_cursor_set (struct wmWindow *win, int curs);
+void WM_cursor_modal (struct wmWindow *win, int curs);
+void WM_cursor_restore (struct wmWindow *win);
+void WM_cursor_wait (struct wmWindow *win, int val);
+void WM_timecursor (struct wmWindow *win, int nr);
/* keymap and handlers */
wmKeymapItem *WM_keymap_set_item (ListBase *lb, char *idname, short type,