projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Commit of cursor framework. Cursors now defined in source/blender/src/cursors.c and
[blender.git]
/
source
/
blender
/
makesdna
/
DNA_userdef_types.h
diff --git
a/source/blender/makesdna/DNA_userdef_types.h
b/source/blender/makesdna/DNA_userdef_types.h
index 73fb82b4901b081a1b43e5d081f7fb7667be004f..983f38f755a2eb3b466436f5e75bb9e3571ab5fa 100644
(file)
--- a/
source/blender/makesdna/DNA_userdef_types.h
+++ b/
source/blender/makesdna/DNA_userdef_types.h
@@
-140,7
+140,8
@@
typedef struct UserDef {
short menuthreshold1, menuthreshold2;
char fontname[256]; // FILE_MAXDIR+FILE length
struct ListBase themes;
- short undosteps, pad0;
+ short undosteps;
+ short curssize;
short tb_leftmouse, tb_rightmouse;
struct SolidLight light[3];
} UserDef;