diff options
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
