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:
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index 17b14db2b08..abc1041d6fe 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -122,18 +122,18 @@ typedef struct ARegion {
View2D v2d; /* 2D-View scrolling/zoom info (most regions are 2d anyways) */
rcti winrct; /* coordinates of region */
+ short winx, winy; /* size */
short swinid;
short regiontype; /* window, header, etc. identifier for drawing */
short alignment; /* how it should split */
- short size; /* current split size in pixels */
- short minsize; /* set by spacedata's region init */
short flag; /* hide, ... */
float fsize; /* current split size in float */
- int pad;
- short do_draw, do_refresh; /* cached notifier events */
+ short do_draw; /* cached notifier events */
+ short pad;
+ int pad1;
struct ARegionType *type; /* callbacks for this region type */