Fix drag&drop between window on Windows

This commit is contained in:
Hilderin
2024-08-16 18:40:46 -04:00
parent 5b6d9a7dd8
commit 0987a9dc06
2 changed files with 11 additions and 1 deletions

View File

@ -531,7 +531,7 @@ class DisplayServerWindows : public DisplayServer {
RBMap<WindowID, WindowData> windows;
WindowID last_focused_window = INVALID_WINDOW_ID;
WindowID last_mouse_button_down_window = INVALID_WINDOW_ID;
HCURSOR hCursor;
WNDPROC user_proc = nullptr;