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>2019-04-18 22:19:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-18 22:29:22 +0300
commite8c9e85401ef6162656cf3b10c5aec509ae8a850 (patch)
tree7d4c0e49b9263f1a75b76cd07c1bcb2bbab3edd0 /source/blender/makesdna/DNA_screen_types.h
parentbd7d39f0b9671d31bb7a5ced93cd1d81b1bd4611 (diff)
UI: Revert fix T37463: Y-clamp for header-only spaces
This reverts 91d8519c4782 since I can't redo the reported error which was in the old header-only info space.
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index 5f35f7c9d6a..747c8d4152d 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -344,7 +344,7 @@ typedef struct ScrArea {
* runtime variable, updated by executing operators.
*/
short region_active_win;
- char temp, _pad;
+ char _pad[2];
/** Callbacks for this space type. */
struct SpaceType *type;