user32: Support IDC_PEN.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Andrew Eikum 2016-11-30 13:13:47 -06:00 committed by Alexandre Julliard
parent d1324882c2
commit d1064669f4
4 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

View File

@ -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 */

View File

@ -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)

View File

@ -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