summaryrefslogtreecommitdiff
path: root/alf/alflayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alflayout.h')
-rw-r--r--alf/alflayout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/alf/alflayout.h b/alf/alflayout.h
index 183c336..8bcc592 100644
--- a/alf/alflayout.h
+++ b/alf/alflayout.h
@@ -10,7 +10,10 @@ typedef struct {
int y;
int width;
int height;
+ int xspan;
+ int yspan;
DWORD flags;
+ SIZE calculatedSize;
} ALFWidgetPriv;
typedef struct {