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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-06-16 02:18:25 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-06-16 02:18:25 +0400
commit004e38a44eff3b2987771aef8c7427f8c15a6494 (patch)
tree9ee104822b10f65cfd629d8243b61e65b941abf6 /source/blender/makesdna/DNA_ID.h
parent295976b7791e8005f82bb8644835b6feed10c861 (diff)
parenta2d4fddfd38ce0795d21ec9c5b5cc51fc50f3bd1 (diff)
Merged changes in the trunk up to revision 47977.
Diffstat (limited to 'source/blender/makesdna/DNA_ID.h')
-rw-r--r--source/blender/makesdna/DNA_ID.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 46a0f21fde0..fb6ae8e3833 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -139,8 +139,8 @@ typedef struct Library {
} Library;
enum eIconSizes {
- ICON_SIZE_ICON,
- ICON_SIZE_PREVIEW
+ ICON_SIZE_ICON = 0,
+ ICON_SIZE_PREVIEW = 1
};
#define NUM_ICON_SIZES (ICON_SIZE_PREVIEW + 1)