diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-26 18:27:26 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-26 18:27:26 +0200 |
| commit | ffb723122057e30244cab59ea07b18ae71104359 (patch) | |
| tree | f350ca04d4a64d681e98a19c86ca7c5a8369eb98 /alf/alflayout.h | |
| parent | 3289498e9dc55cef26f41576f2f765d2b3fe6ad3 (diff) | |
layout: support for spanning cells
mostly untested for now
Diffstat (limited to 'alf/alflayout.h')
| -rw-r--r-- | alf/alflayout.h | 3 |
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 { |
