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?