From a1f9dca68cb3597bb76cd57a0504b6cd620cdce8 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 16 Oct 2014 14:09:11 -0400 Subject: Storing the *container in the Windows GWLP_USERDATA is no longer needed; strip it. --- newctrl/winapi_windows.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newctrl/winapi_windows.h') diff --git a/newctrl/winapi_windows.h b/newctrl/winapi_windows.h index 56f950d..9ee3994 100644 --- a/newctrl/winapi_windows.h +++ b/newctrl/winapi_windows.h @@ -123,7 +123,7 @@ extern void tableSelectItem(HWND, intptr_t); // container_windows.c extern DWORD makeContainerWindowClass(char **); -extern HWND newContainer(void *); +extern HWND newContainer(); extern void calculateBaseUnits(HWND, int *, int *, LONG *); // area_windows.c -- cgit v1.2.3