diff options
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); |
