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
078dad1a
Commit
078dad1a
authored
Jul 07, 2017
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Get rid of the Wine-specific OCR_DRAGOBJECT.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2f2e5b99
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
7 deletions
+1
-7
ocr_dragobject.cur
dlls/user32/resources/ocr_dragobject.cur
+0
-0
user32.rc
dlls/user32/user32.rc
+1
-6
winuser.rh
include/winuser.rh
+0
-1
No files found.
dlls/user32/resources/ocr_dragobject.cur
deleted
100644 → 0
View file @
2f2e5b99
File deleted
dlls/user32/user32.rc
View file @
078dad1a
...
...
@@ -260,9 +260,6 @@ OCR_APPSTARTING CURSOR resources/ocr_appstarting.cur
/* @makedep: resources/ocr_help.cur */
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
...
...
@@ -270,9 +267,7 @@ OCR_PEN CURSOR resources/ocr_pen.cur
OCR_RDRVERT CURSOR resources/ocr_rdrvert.cur
/* @makedep: resources/ocr_rdrhorz.cur */
/* FIXME: OCR_DRAGOBJECT already uses same resource number even though cursor image
* is entirely different */
/*OCR_RDRHORZ CURSOR resources/ocr_rdrhorz.cur*/
OCR_RDRHORZ CURSOR resources/ocr_rdrhorz.cur
/* @makedep: resources/ocr_rdr2dim.cur */
OCR_RDR2DIM CURSOR resources/ocr_rdr2dim.cur
...
...
include/winuser.rh
View file @
078dad1a
...
...
@@ -1014,7 +1014,6 @@
#define OCR_HELP 32651 /* DDK / Win16 */
#define OCR_RDRVERT 32652 /* DDK / Win16 */
#define OCR_RDRHORZ 32653 /* DDK / Win16 */
#define OCR_DRAGOBJECT OCR_RDRHORZ /* FIXME: Wine-only */
#define OCR_RDR2DIM 32654 /* DDK / Win16 */
#define OCR_RDRNORTH 32655 /* DDK / Win16 */
#define OCR_RDRSOUTH 32656 /* DDK / Win16 */
...
...
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