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:
authorHarley Acheson <harley.acheson@gmail.com>2019-09-26 15:31:50 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-26 15:31:50 +0300
commit583beea3eeaaf8f8e5cb769be5e996e120d2bc08 (patch)
tree8dde8b97be0fa89f4e09e7e8dbdb27048b9f3eac /source/blender/windowmanager/wm_cursors.h
parentb29ad7c91aac1398377000c24a56038a73a3e597 (diff)
WM: refresh custom cursors designs, add a few more cursors
Cursors designed by Duarte Farrajota Ramos. Also fixes misnamed vertical and horizontal split cursors. Ref D5197
Diffstat (limited to 'source/blender/windowmanager/wm_cursors.h')
-rw-r--r--source/blender/windowmanager/wm_cursors.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/windowmanager/wm_cursors.h b/source/blender/windowmanager/wm_cursors.h
index b5604fe23b6..de646882fcc 100644
--- a/source/blender/windowmanager/wm_cursors.h
+++ b/source/blender/windowmanager/wm_cursors.h
@@ -80,6 +80,12 @@ typedef enum WMCursorType {
WM_CURSOR_E_ARROW,
WM_CURSOR_W_ARROW,
WM_CURSOR_STOP,
+ WM_CURSOR_CROSSA,
+ WM_CURSOR_CROSSB,
+ WM_CURSOR_CROSSC,
+ WM_CURSOR_ERASER,
+ WM_CURSOR_ZOOM_IN,
+ WM_CURSOR_ZOOM_OUT,
WM_CURSOR_NONE,