Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
9b2b9d9c
Commit
9b2b9d9c
authored
Mar 28, 2018
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Use more common names for resizing cursors.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4e5e56c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mouse.c
dlls/winex11.drv/mouse.c
+4
-4
No files found.
dlls/winex11.drv/mouse.c
View file @
9b2b9d9c
...
...
@@ -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-resiz
e"
},
{
OCR_SIZENS
,
"
ns-resiz
e"
},
{
OCR_SIZENWSE
,
"
top_left_corner
"
},
{
OCR_SIZENESW
,
"
top_right_corner
"
},
{
OCR_SIZEWE
,
"
left_sid
e"
},
{
OCR_SIZENS
,
"
top_sid
e"
},
{
OCR_NO
,
"not-allowed"
},
{
OCR_HAND
,
"hand2"
},
{
OCR_APPSTARTING
,
"left_ptr_watch"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment