<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:微软雅黑
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br>diff --git a/dlls/winex11.drv/mouse.c b/dlls/winex11.drv/mouse.c<br>index 790c532..2eee162 100644<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:????
}
--></style>
<div dir="ltr">--- a/dlls/winex11.drv/mouse.c<br>+++ b/dlls/winex11.drv/mouse.c<br>@@ -807,10 +807,10 @@ static const struct system_cursors comctl32_cursors[] =<br>     { 102, "move" },<br>     { 104, "copy" },<br>     { 105, "left_ptr" },<br>-    { 106, "row-resize" },<br>-    { 107, "row-resize" },<br>+    { 106, "col-resize" },<br>+    { 107, "col-resize" },<br>     { 108, "hand2" },<br>-    { 135, "col-resize" },<br>+    { 135, "row-resize" },<br>     { 0 }<br> };<br><br>@@ -868,7 +868,7 @@ static const struct cursor_font_fallback fallbacks[] =<br>     { "circle",              XC_circle },<br>     { "clock",               XC_clock },<br>     { "coffee_mug",          XC_coffee_mug },<br>-    { "col-resize",          XC_sb_v_double_arrow },<br>+    { "col-resize",          XC_sb_h_double_arrow },<br>     { "cross",               XC_cross },<br>     { "cross_reverse",       XC_cross_reverse },<br>     { "crosshair",           XC_crosshair },<br>@@ -905,7 +905,7 @@ static const struct cursor_font_fallback fallbacks[] =<br>     { "right_side",          XC_right_side },<br>     { "right_tee",           XC_right_tee },<br>     { "rightbutton",         XC_rightbutton },<br>-    { "row-resize",          XC_sb_h_double_arrow },<br>+    { "row-resize",          XC_sb_v_double_arrow },<br>     { "rtl_logo",            XC_rtl_logo },<br>     { "sailboat",            XC_sailboat },<br>     { "sb_down_arrow",       XC_sb_down_arrow },<br>--<br></div>
                                          </div></body>
</html>