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.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source/blender/windowmanager/wm_cursors.h b/source/blender/windowmanager/wm_cursors.h
index b43dc1f9a13..e42213bf362 100644
--- a/source/blender/windowmanager/wm_cursors.h
+++ b/source/blender/windowmanager/wm_cursors.h
@@ -86,7 +86,14 @@ enum {
BC_EW_SCROLLCURSOR,
BC_EYEDROPPER_CURSOR,
BC_SWAPAREA_CURSOR,
-/* --- ALWAYS LAST ----- */
+ BC_H_SPLITCURSOR,
+ BC_V_SPLITCURSOR,
+ BC_N_ARROWCURSOR,
+ BC_S_ARROWCURSOR,
+ BC_E_ARROWCURSOR,
+ BC_W_ARROWCURSOR,
+ BC_STOPCURSOR,
+ /* --- ALWAYS LAST ----- */
BC_NUMCURSORS,
};