Alexandre Julliard : winex11: Use more common names for resizing cursors.

Alexandre Julliard julliard at winehq.org
Wed Mar 28 16:42:44 CDT 2018


Module: wine
Branch: master
Commit: 9b2b9d9cb3929b17236cbedac5bb4ad4333e264f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9b2b9d9cb3929b17236cbedac5bb4ad4333e264f

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Mar 28 19:37:33 2018 +0200

winex11: Use more common names for resizing cursors.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winex11.drv/mouse.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/winex11.drv/mouse.c b/dlls/winex11.drv/mouse.c
index 5ace405..c3ec916 100644
--- a/dlls/winex11.drv/mouse.c
+++ b/dlls/winex11.drv/mouse.c
@@ -832,10 +832,10 @@ static const struct system_cursors user32_cursors[] =
     { OCR_SIZE,        "fleur" },
     { OCR_SIZEALL,     "fleur" },
     { OCR_ICON,        "icon" },
-    { OCR_SIZENWSE,    "nwse-resize" },
-    { OCR_SIZENESW,    "nesw-resize" },
-    { OCR_SIZEWE,      "ew-resize" },
-    { OCR_SIZENS,      "ns-resize" },
+    { OCR_SIZENWSE,    "top_left_corner" },
+    { OCR_SIZENESW,    "top_right_corner" },
+    { OCR_SIZEWE,      "left_side" },
+    { OCR_SIZENS,      "top_side" },
     { OCR_NO,          "not-allowed" },
     { OCR_HAND,        "hand2" },
     { OCR_APPSTARTING, "left_ptr_watch" },




More information about the wine-cvs mailing list