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
d1064669
Commit
d1064669
authored
Nov 30, 2016
by
Andrew Eikum
Committed by
Alexandre Julliard
Dec 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Support IDC_PEN.
Signed-off-by:
Andrew Eikum
<
aeikum@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d1324882
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
ocr_pen.cur
dlls/user32/resources/ocr_pen.cur
+0
-0
user32.rc
dlls/user32/user32.rc
+3
-0
winuser.h
include/winuser.h
+1
-0
winuser.rh
include/winuser.rh
+1
-0
No files found.
dlls/user32/resources/ocr_pen.cur
0 → 100644
View file @
d1064669
File added
dlls/user32/user32.rc
View file @
d1064669
...
...
@@ -263,6 +263,9 @@ OCR_HELP CURSOR resources/ocr_help.cur
/* @makedep: resources/ocr_dragobject.cur */
OCR_DRAGOBJECT CURSOR resources/ocr_dragobject.cur
/* @makedep: resources/ocr_pen.cur */
OCR_PEN CURSOR resources/ocr_pen.cur
/****************************************************************/
/* Icons */
...
...
include/winuser.h
View file @
d1064669
...
...
@@ -2215,6 +2215,7 @@ typedef struct tagCBTACTIVATESTRUCT
#define IDC_WAIT MAKEINTRESOURCE(32514)
#define IDC_CROSS MAKEINTRESOURCE(32515)
#define IDC_UPARROW MAKEINTRESOURCE(32516)
#define IDC_PEN MAKEINTRESOURCE(32631)
#define IDC_SIZE MAKEINTRESOURCE(32640)
#define IDC_ICON MAKEINTRESOURCE(32641)
#define IDC_SIZENWSE MAKEINTRESOURCE(32642)
...
...
include/winuser.rh
View file @
d1064669
...
...
@@ -999,6 +999,7 @@
#define OCR_WAIT 32514
#define OCR_CROSS 32515
#define OCR_UP 32516
#define OCR_PEN 32631
#define OCR_SIZE 32640
#define OCR_ICON 32641
#define OCR_SIZENWSE 32642
...
...
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