winex11: Use more common names for resizing cursors.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2018-03-28 19:37:33 +02:00
parent 4e5e56c822
commit 9b2b9d9cb3
1 changed files with 4 additions and 4 deletions

View File

@ -832,10 +832,10 @@ static const struct system_cursors user32_cursors[] =
{ OCR_SIZE, "fleur" }, { OCR_SIZE, "fleur" },
{ OCR_SIZEALL, "fleur" }, { OCR_SIZEALL, "fleur" },
{ OCR_ICON, "icon" }, { OCR_ICON, "icon" },
{ OCR_SIZENWSE, "nwse-resize" }, { OCR_SIZENWSE, "top_left_corner" },
{ OCR_SIZENESW, "nesw-resize" }, { OCR_SIZENESW, "top_right_corner" },
{ OCR_SIZEWE, "ew-resize" }, { OCR_SIZEWE, "left_side" },
{ OCR_SIZENS, "ns-resize" }, { OCR_SIZENS, "top_side" },
{ OCR_NO, "not-allowed" }, { OCR_NO, "not-allowed" },
{ OCR_HAND, "hand2" }, { OCR_HAND, "hand2" },
{ OCR_APPSTARTING, "left_ptr_watch" }, { OCR_APPSTARTING, "left_ptr_watch" },