user32: Support IDC_PEN.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d1324882c2
commit
d1064669f4
Binary file not shown.
After Width: | Height: | Size: 326 B |
|
@ -263,6 +263,9 @@ OCR_HELP CURSOR resources/ocr_help.cur
|
||||||
/* @makedep: resources/ocr_dragobject.cur */
|
/* @makedep: resources/ocr_dragobject.cur */
|
||||||
OCR_DRAGOBJECT CURSOR resources/ocr_dragobject.cur
|
OCR_DRAGOBJECT CURSOR resources/ocr_dragobject.cur
|
||||||
|
|
||||||
|
/* @makedep: resources/ocr_pen.cur */
|
||||||
|
OCR_PEN CURSOR resources/ocr_pen.cur
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************/
|
/****************************************************************/
|
||||||
/* Icons */
|
/* Icons */
|
||||||
|
|
|
@ -2215,6 +2215,7 @@ typedef struct tagCBTACTIVATESTRUCT
|
||||||
#define IDC_WAIT MAKEINTRESOURCE(32514)
|
#define IDC_WAIT MAKEINTRESOURCE(32514)
|
||||||
#define IDC_CROSS MAKEINTRESOURCE(32515)
|
#define IDC_CROSS MAKEINTRESOURCE(32515)
|
||||||
#define IDC_UPARROW MAKEINTRESOURCE(32516)
|
#define IDC_UPARROW MAKEINTRESOURCE(32516)
|
||||||
|
#define IDC_PEN MAKEINTRESOURCE(32631)
|
||||||
#define IDC_SIZE MAKEINTRESOURCE(32640)
|
#define IDC_SIZE MAKEINTRESOURCE(32640)
|
||||||
#define IDC_ICON MAKEINTRESOURCE(32641)
|
#define IDC_ICON MAKEINTRESOURCE(32641)
|
||||||
#define IDC_SIZENWSE MAKEINTRESOURCE(32642)
|
#define IDC_SIZENWSE MAKEINTRESOURCE(32642)
|
||||||
|
|
|
@ -999,6 +999,7 @@
|
||||||
#define OCR_WAIT 32514
|
#define OCR_WAIT 32514
|
||||||
#define OCR_CROSS 32515
|
#define OCR_CROSS 32515
|
||||||
#define OCR_UP 32516
|
#define OCR_UP 32516
|
||||||
|
#define OCR_PEN 32631
|
||||||
#define OCR_SIZE 32640
|
#define OCR_SIZE 32640
|
||||||
#define OCR_ICON 32641
|
#define OCR_ICON 32641
|
||||||
#define OCR_SIZENWSE 32642
|
#define OCR_SIZENWSE 32642
|
||||||
|
|
Loading…
Reference in New Issue