diff options
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ typedef struct { LRESULT (*command)(void * /*closure*/, HWND /*window*/, WORD /*notificationcode*/, WORD /*sourceid*/, HWND /*control*/); LRESULT (*notify)(void * /*closure*/, HWND /*window*/, WPARAM /*sourceid*/, NMHDR *); BOOL (*pretranslatemessage)(void * /*closure*/, HWND /*window*/, MSG * /*message*/); + void (*paint)(void * /*closure*/, HWND, HDC, RECT *); } ALFWindowVTable; typedef struct { |
