From 8543cc8ce9e25b807a950accbd34995572a8a2cc Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Sun, 6 Jan 2019 21:32:15 +0100 Subject: move some message handling code into layout --- alf/alflayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alf/alflayout.h') 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); -- cgit v1.2.3