22 Oct
2024
22 Oct
'24
3:35 p.m.
Rémi Bernon (@rbernon) commented about dlls/win32u/input.c:
return ret; }
+/*********************************************************************** + * update_window_cursor_pos + */ +void update_window_cursor_pos(void) +{ + SERVER_START_REQ( set_cursor )
Could this be done without a new server request? Every window position change goes through the `apply_window_pos` request already, wineserver should be able to update the cursor pos accordingly, or is there something I'm missing? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6708#note_85738