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:
authorCampbell Barton <ideasman42@gmail.com>2018-05-18 08:58:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-18 08:58:37 +0300
commit8b9db543fd9b928867889d19eea4d9b038b316d5 (patch)
treef0d4b2a99023be0482c37e093d70d2ed49f2a47b /source/blender/makesdna/DNA_workspace_types.h
parentbffa9b801219e069fb62ca24cba989ed1281b2da (diff)
Tool System: add cursor (currently unused)
Diffstat (limited to 'source/blender/makesdna/DNA_workspace_types.h')
-rw-r--r--source/blender/makesdna/DNA_workspace_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_workspace_types.h b/source/blender/makesdna/DNA_workspace_types.h
index 693e4f672d2..12dd2d9962a 100644
--- a/source/blender/makesdna/DNA_workspace_types.h
+++ b/source/blender/makesdna/DNA_workspace_types.h
@@ -57,6 +57,7 @@
#
typedef struct bToolRef_Runtime {
/* One of these must be defined. */
+ int cursor;
char keymap[64];
char manipulator_group[64];
char data_block[64];