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>2015-04-30 18:49:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-30 18:49:58 +0300
commit4d6584ba6a22d4c06cb5e5ecce38dded1247da3f (patch)
tree91ee28e7f2521d87941dba61e87aedc171b80d0e /source/blender/makesdna
parent5ced6cb2bc52a50365e4bc4003994c39cdcb895f (diff)
UI: use enum for thumbnail size
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 78121035371..075995c2924 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -590,7 +590,8 @@ typedef struct FileSelectParams {
int active_file;
int sel_first;
int sel_last;
- int thumbnails_size;
+ unsigned short thumbnail_size;
+ short pad;
/* short */
short type; /* XXXXX for now store type here, should be moved to the operator */