diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-16 14:09:11 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-16 14:09:11 -0400 |
| commit | a1f9dca68cb3597bb76cd57a0504b6cd620cdce8 (patch) | |
| tree | f205c1a52c4645ea535d9e83f7a183906ac6cbb5 /newctrl/winapi_windows.h | |
| parent | 6cefa04d71d80db0dcd5f7daed17e17cb02c688b (diff) | |
Storing the *container in the Windows GWLP_USERDATA is no longer needed; strip it.
Diffstat (limited to 'newctrl/winapi_windows.h')
| -rw-r--r-- | newctrl/winapi_windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
