From 6280671b1897ac0a47cb7e8f3463d4f60f2490cc Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Thu, 23 Apr 2020 15:43:55 +0200 Subject: move background color and font handling into layout It's the same for window and all panel-like widgets, so it makes sense to share it. Might need to refactor it out if we ever need a layout without background and fonts --- alf/alflayout.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alf/alflayout.h') diff --git a/alf/alflayout.h b/alf/alflayout.h index 4d97eb5..bd966cc 100644 --- a/alf/alflayout.h +++ b/alf/alflayout.h @@ -54,6 +54,8 @@ typedef struct { int biggestRowNo; DWORD layoutValididityFlags; int dpi; + HFONT font; + ALFColor bgcolor; } ALFLayout; void -- cgit v1.2.3