[Patch]Bug 33164 - row-resize / col-resize cursor is wrong (Listview)

陈锦辉 chenjh_06 at hotmail.com
Sun Mar 10 05:48:03 CDT 2013


diff --git a/dlls/winex11.drv/mouse.c b/dlls/winex11.drv/mouse.c
index 790c532..2eee162 100644
--- a/dlls/winex11.drv/mouse.c
+++ b/dlls/winex11.drv/mouse.c
@@ -807,10 +807,10 @@ static const struct system_cursors comctl32_cursors[] =
     { 102, "move" },
     { 104, "copy" },
     { 105, "left_ptr" },
-    { 106, "row-resize" },
-    { 107, "row-resize" },
+    { 106, "col-resize" },
+    { 107, "col-resize" },
     { 108, "hand2" },
-    { 135, "col-resize" },
+    { 135, "row-resize" },
     { 0 }
 };

@@ -868,7 +868,7 @@ static const struct cursor_font_fallback fallbacks[] =
     { "circle",              XC_circle },
     { "clock",               XC_clock },
     { "coffee_mug",          XC_coffee_mug },
-    { "col-resize",          XC_sb_v_double_arrow },
+    { "row-resize",          XC_sb_v_double_arrow },
     { "cross",               XC_cross },
     { "cross_reverse",       XC_cross_reverse },
     { "crosshair",           XC_crosshair },
@@ -905,7 +905,7 @@ static const struct cursor_font_fallback fallbacks[] =
     { "right_side",          XC_right_side },
     { "right_tee",           XC_right_tee },
     { "rightbutton",         XC_rightbutton },
-    { "row-resize",          XC_sb_h_double_arrow },
+    { "col-resize",          XC_sb_h_double_arrow },
     { "rtl_logo",            XC_rtl_logo },
     { "sailboat",            XC_sailboat },
     { "sb_down_arrow",       XC_sb_down_arrow }, 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130310/727baaa8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mouse.patch
Type: text/x-patch
Size: 1430 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130310/727baaa8/attachment.bin>


More information about the wine-patches mailing list