diff options
Diffstat (limited to 'area_windows.c')
| -rw-r--r-- | area_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/area_windows.c b/area_windows.c index 115997b..31f705c 100644 --- a/area_windows.c +++ b/area_windows.c @@ -321,7 +321,7 @@ static LRESULT CALLBACK areaWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM uintptr_t heldButtons = (uintptr_t) wParam; LRESULT lResult; - data = getWindowData(hwnd, uMsg, wParam, lParam, &lResult, storeAreaHWND); + data = getWindowData(hwnd, uMsg, wParam, lParam, &lResult); if (data == NULL) return lResult; switch (uMsg) { |
