[PATCH] user32:add SIZEALL_BIG cursor, reusing SIZEALL resource Fixes bug#42303

Anton Romanov theli.ua at gmail.com
Tue Jan 31 12:35:51 CST 2017


On Thu, Jan 26, 2017 at 11:02 AM, Alexandre Julliard
<julliard at winehq.org> wrote:
> Anton Romanov <theli.ua at gmail.com> writes:
>
>> @@ -2227,6 +2227,7 @@ typedef struct tagCBTACTIVATESTRUCT
>>  #define IDC_HAND           MAKEINTRESOURCE(32649)
>>  #define IDC_APPSTARTING    MAKEINTRESOURCE(32650)
>>  #define IDC_HELP           MAKEINTRESOURCE(32651)
>> +#define IDC_SIZEALL_BIG    MAKEINTRESOURCE(32654)
>
> There's no such definition in Windows.
>
>> @@ -1011,6 +1011,7 @@
>>  #define OCR_NO                 32648
>>  #define OCR_HAND               32649
>>  #define OCR_APPSTARTING        32650
>> +#define OCR_SIZEALL_BIG        32654
>
> This is already defined as OCR_RDR2DIM.
Alright, I've now drawn all OCR_RDR* cursors and submitted updated
patch with them to use already defined OCR_RDR* defines.

Thanks!



More information about the wine-devel mailing list