From ffb723122057e30244cab59ea07b18ae71104359 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Tue, 26 May 2020 18:27:26 +0200 Subject: layout: support for spanning cells mostly untested for now --- alf/alflayout.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alf/alflayout.h') 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 { -- cgit v1.2.3