diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-07 18:30:52 +0100 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-07 18:30:52 +0100 |
| commit | 6fb581e28e1ede9be7459533d9ca08679324652b (patch) | |
| tree | 9bb37c05994183522f08c77c8fc615d7458ebf4c /alf/alf.h | |
| parent | e3daffea5b8596a5dfcf9a79920d9c17344f511b (diff) | |
fixup panel support
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 |
