https://bugs.winehq.org/show_bug.cgi?id=44843
Bug ID: 44843 Summary: Cursor icons when resizing "wine windows" aren't the same as the system theme Product: Wine Version: 3.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: katsunori.kumatani@gmail.com Distribution: ---
This is a somewhat old regression that I noticed now when I updated wine after a while.
When you move the cursor to resize a "wine window" (windows decorated by wine, not the WM, usually windows within a wine app), it now uses a hardcoded wine cursor instead of the system "resize" cursor icon. (I posted this on forum first; I am talking about the "resizing arrows" that show up when you move to the edge or corner of a resize-able window)
I did a regression test, and it turns out this commit 32ccc0b9e0f1536655b7fca6e68823e1bf05374a:
commit 32ccc0b9e0f1536655b7fca6e68823e1bf05374a Author: Alexandre Julliard julliard@winehq.org Date: Fri Jul 14 12:46:45 2017 +0200
user32: New high resolution cursors generated from SVG.
Based on a cursor set published by Ludvig Hummel under the X11 license.
Signed-off-by: Alexandre Julliard julliard@winehq.org
:040000 040000 bc61cafa0d7f95b519fb91875fa3085ca1ffffe4 f9fc1db316529e3d61a9abd89e82babd7e1061c7 M dlls
forces wine's own cursor icons to be used in those cases. But I want the cursor to look like the normal (system) cursor again.
I was told to file a bug report at least for enhancement request to disable it and make it back, somehow, as an option perhaps? If it's not a bug, that is. I mean, an option to let wine use the normal cursor as before.
Or any workarounds available?