summaryrefslogtreecommitdiff
path: root/alf/alflayout.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-05 23:24:33 +0100
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-05 23:24:33 +0100
commit73ac4e4160eed3a564a9cc4128b16c49e94c06a7 (patch)
tree392ce227492717dbb43f40e9c997710a489a45c3 /alf/alflayout.h
parentdb2f529599cea4c86481ed6ca650a5b069c003b0 (diff)
changed my mind about how fonts should be applied to new widgets
Diffstat (limited to 'alf/alflayout.h')
-rw-r--r--alf/alflayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alflayout.h b/alf/alflayout.h
index 4787550..8772908 100644
--- a/alf/alflayout.h
+++ b/alf/alflayout.h
@@ -67,4 +67,4 @@ HWND
ALF_Layout_WidgetAtPos(ALFLayout *layout, UINT x, UINT y);
void
-ALF_Layout_UpdateFonts(ALFLayout *layout, HWND window, const ALFWindowFonts *fonts);
+ALF_Layout_ApplyFonts(ALFLayout *layout, HWND window, const ALFWindowFonts *fonts);