diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-06 21:32:15 +0100 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-06 21:32:15 +0100 |
| commit | 8543cc8ce9e25b807a950accbd34995572a8a2cc (patch) | |
| tree | 8b5be4915aaf10f1d58e07294a1bd45ab520dbed /alf/alflayout.h | |
| parent | 73ac4e4160eed3a564a9cc4128b16c49e94c06a7 (diff) | |
move some message handling code into layout
Diffstat (limited to 'alf/alflayout.h')
| -rw-r--r-- | alf/alflayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alflayout.h b/alf/alflayout.h index 8772908..a9a766c 100644 --- a/alf/alflayout.h +++ b/alf/alflayout.h @@ -61,7 +61,7 @@ BOOL ALF_Layout_GetWidgetParams(ALFLayout *layout, ALFWidgetLayoutParams *params, HWND widget); BOOL -ALF_Layout_HandleMessage(ALFLayout *layout, HWND window, WPARAM wparam, LPARAM lparam); +ALF_Layout_HandleMessage(ALFLayout *layout, HWND window, UINT msg, WPARAM wparam, LPARAM lparam, LRESULT *ret); HWND ALF_Layout_WidgetAtPos(ALFLayout *layout, UINT x, UINT y); |
