From 73ac4e4160eed3a564a9cc4128b16c49e94c06a7 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Sat, 5 Jan 2019 23:24:33 +0100 Subject: changed my mind about how fonts should be applied to new widgets --- alf/alflayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alf/alflayout.h') 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); -- cgit v1.2.3