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>2011-10-03 05:01:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-03 05:01:01 +0400
commitf87ab2e907823754685bb22d45c62c2734721fa4 (patch)
tree7586bf6334d0b32eb4531e5d55dae9d4fdd50015 /source/blender/editors/interface/interface_intern.h
parent78968a0fc9851645db4466b918f9d96fcb70f92a (diff)
minor edit for UI code, pointless short/int mix.
Diffstat (limited to 'source/blender/editors/interface/interface_intern.h')
-rw-r--r--source/blender/editors/interface/interface_intern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_intern.h b/source/blender/editors/interface/interface_intern.h
index 94eb180bd06..07ff8699b60 100644
--- a/source/blender/editors/interface/interface_intern.h
+++ b/source/blender/editors/interface/interface_intern.h
@@ -308,7 +308,8 @@ struct uiBlock {
int flag;
char direction;
char dt; /* drawtype: UI_EMBOSS, UI_EMBOSSN ... etc, copied to buttons */
- short auto_open;
+ char pad;
+ char auto_open;
double auto_open_last;
const char *lockstr;