summaryrefslogtreecommitdiff
path: root/alf/alf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alf.h')
-rw-r--r--alf/alf.h4
1 files changed, 2 insertions, 2 deletions
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