https://bugs.winehq.org/show_bug.cgi?id=46309
--- Comment #12 from GloriousEggroll@gmail.com --- (In reply to Gabriel Ivăncescu from comment #11)
Created attachment 66387 [details] Rebase for Proton
Nevermind the previous patch, I bypassed the full screen hack and messed it up. Try this one instead. Sorry about that.
This patch seems to work well here!
I had to modify the 4th hunk:
-------------- @@ -737,8 +754,6 @@ static void send_mouse_input( HWND hwnd, Window window, unsigned int state, INPU SERVER_END_REQ; }
- input->u.mi.dx = pt.x; - input->u.mi.dy = pt.y; __wine_send_input( hwnd, input, SEND_HWMSG_WINDOW ); }
--------------
Other than that it applies fine
Thanks!