http://bugs.winehq.org/show_bug.cgi?id=33164
Bug #: 33164 Summary: row-resize / col-resize cursor is wrong (Listview) Product: Wine Version: 1.5.25 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: chenjh_06@hotmail.com Classification: Unclassified
I have install an X cursor theme named JYxNeon, and then I find col-resize cursor is displayed wrongly in a Listview control. col-resize should be vertical double arrows but is displayed horizontal. If I swap row-resize/col-resize icon in the cursor theme, this problem can be solved. But when I look into Wine source, I find it may be a bug in winex11. In mouse.c, row-resize/col-resize is wrongly used in comctl32_cursors. The resource id of 105/106 in comctl32 should be col-resize, and 135 should be row-resize.