Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
c102efbc
Commit
c102efbc
authored
Apr 27, 2018
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Avoid left_side/top_side cursor names.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1f42005b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
mouse.c
dlls/winex11.drv/mouse.c
+4
-2
No files found.
dlls/winex11.drv/mouse.c
View file @
c102efbc
...
...
@@ -834,8 +834,8 @@ static const struct system_cursors user32_cursors[] =
{
OCR_ICON
,
{
"icon"
}},
{
OCR_SIZENWSE
,
{
"top_left_corner"
,
"nw-resize"
}},
{
OCR_SIZENESW
,
{
"top_right_corner"
,
"ne-resize"
}},
{
OCR_SIZEWE
,
{
"
left_side"
,
"size_hor"
,
"h_double_arrow
"
,
"ew-resize"
}},
{
OCR_SIZENS
,
{
"
top_side"
,
"size_ver"
,
"v_double_arrow
"
,
"ns-resize"
}},
{
OCR_SIZEWE
,
{
"
h_double_arrow"
,
"size_hor
"
,
"ew-resize"
}},
{
OCR_SIZENS
,
{
"
v_double_arrow"
,
"size_ver
"
,
"ns-resize"
}},
{
OCR_NO
,
{
"not-allowed"
,
"forbidden"
,
"no-drop"
}},
{
OCR_HAND
,
{
"hand2"
,
"pointer"
,
"pointing-hand"
}},
{
OCR_APPSTARTING
,
{
"left_ptr_watch"
}},
...
...
@@ -924,6 +924,7 @@ static const struct cursor_font_fallback fallbacks[] =
{
"fleur"
,
XC_fleur
},
{
"gobbler"
,
XC_gobbler
},
{
"gumby"
,
XC_gumby
},
{
"h_double_arrow"
,
XC_sb_h_double_arrow
},
{
"hand1"
,
XC_hand1
},
{
"hand2"
,
XC_hand2
},
{
"heart"
,
XC_heart
},
...
...
@@ -971,6 +972,7 @@ static const struct cursor_font_fallback fallbacks[] =
{
"ul_angle"
,
XC_ul_angle
},
{
"umbrella"
,
XC_umbrella
},
{
"ur_angle"
,
XC_ur_angle
},
{
"v_double_arrow"
,
XC_sb_v_double_arrow
},
{
"watch"
,
XC_watch
},
{
"xterm"
,
XC_xterm
}
};
...
...
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