From 6fb581e28e1ede9be7459533d9ca08679324652b Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Mon, 7 Jan 2019 18:30:52 +0100 Subject: fixup panel support --- alf/alf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alf/alf.h') diff --git a/alf/alf.h b/alf/alf.h index d264e93..79883be 100644 --- a/alf/alf.h +++ b/alf/alf.h @@ -32,8 +32,8 @@ typedef struct { #define ALF_MESSAGEFONT 0x10 #define ALF_STATUSFONT 0x20 #define ALF_ICONTITLEFONT 0x40 -// special value, means "send ALF_WM_APPLYFONTS message with full fonts struct" -#define ALF_ALLFONTS (ALF_MESSAGEFONT | ALF_STATUSFONT | ALF_ICONTITLEFONT) +// sends a ALF_WM_APPLYFONTS message to the widget with ALFWindowFonts* lparam +#define ALF_SENDAPPLYFONTS 0x80 // messages #define ALF_WM__BASE 0x2800 -- cgit v1.2.3