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-09-12 08:48:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-12 08:48:00 +0300
commita8c924423e2e7103aff60c21e901dc239b54c610 (patch)
tree3507aaacf9fcbec0e25e76981d088dbcf6f5de46 /source/blender/makesdna/DNA_userdef_types.h
parenta1651ddc98ec760e522ea2ea8169b726661fa2e6 (diff)
Cleanup: remove alpha_check variable from DNA
Just pass as an argument.
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index f78b48b2d25..e8cc4fbe38f 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -130,7 +130,7 @@ typedef struct uiWidgetColors {
char text_sel[4];
short shaded;
short shadetop, shadedown;
- short alpha_check;
+ char _pad0[2];
} uiWidgetColors;
typedef struct uiWidgetStateColors {