summaryrefslogtreecommitdiff
path: root/alf/alflayout.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2020-04-16 11:24:43 +0200
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2020-04-16 11:24:43 +0200
commitd56bd75ee5bc28daddb429b1fb850854970bc5f5 (patch)
treecb1061c483d50b3627d375062ad5195aefa9ed19 /alf/alflayout.h
parent090203fff7a05929816b49b19ea24959e2f518e5 (diff)
font handling change: allow controls to inherit fonts
also do it automatically when adding widget to layout, no more calling applyfonts manually
Diffstat (limited to 'alf/alflayout.h')
-rw-r--r--alf/alflayout.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/alf/alflayout.h b/alf/alflayout.h
index a9a766c..c279afa 100644
--- a/alf/alflayout.h
+++ b/alf/alflayout.h
@@ -65,6 +65,3 @@ ALF_Layout_HandleMessage(ALFLayout *layout, HWND window, UINT msg, WPARAM wparam
HWND
ALF_Layout_WidgetAtPos(ALFLayout *layout, UINT x, UINT y);
-
-void
-ALF_Layout_ApplyFonts(ALFLayout *layout, HWND window, const ALFWindowFonts *fonts);