Commit 9b2b9d9c authored by Alexandre Julliard's avatar Alexandre Julliard

winex11: Use more common names for resizing cursors.

parent 4e5e56c8
......@@ -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" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment