diff options
Diffstat (limited to 'window_windows.c')
| -rw-r--r-- | window_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/window_windows.c b/window_windows.c index 2d047b0..a4eefb3 100644 --- a/window_windows.c +++ b/window_windows.c @@ -13,7 +13,7 @@ static LRESULT CALLBACK windowWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARA RECT r; LRESULT lResult; - data = (void *) getWindowData(hwnd, uMsg, wParam, lParam, &lResult, storeWindowHWND); + data = (void *) getWindowData(hwnd, uMsg, wParam, lParam, &lResult); if (data == NULL) return lResult; if (sharedWndProc(hwnd, uMsg, wParam, lParam, &lResult)) |
