diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-23 15:43:55 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-23 15:46:02 +0200 |
| commit | 6280671b1897ac0a47cb7e8f3463d4f60f2490cc (patch) | |
| tree | 5db441a60096e85444b7f3ef3357f17a9aefb3fd /alf/alflayout.h | |
| parent | 51daba89072cb66fe5e43015484a554555a40499 (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.h | 2 |
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 |
