summaryrefslogtreecommitdiff
path: root/alf/alflayout.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2020-04-23 15:43:55 +0200
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2020-04-23 15:46:02 +0200
commit6280671b1897ac0a47cb7e8f3463d4f60f2490cc (patch)
tree5db441a60096e85444b7f3ef3357f17a9aefb3fd /alf/alflayout.h
parent51daba89072cb66fe5e43015484a554555a40499 (diff)
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
Diffstat (limited to 'alf/alflayout.h')
-rw-r--r--alf/alflayout.h2
1 files changed, 2 insertions, 0 deletions
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