[PATCH v2 2/3] winex11.drv: Wake up the display on user input.

Zebediah Figura zfigura at codeweavers.com
Tue Jul 3 16:35:21 CDT 2018


On 03/07/18 22:05, Alexandre Julliard wrote:
> Zebediah Figura <z.figura12 at gmail.com> writes:
> 
>> @@ -181,6 +197,9 @@ BOOL CDECL X11DRV_create_desktop( UINT width, UINT height )
>>  
>>      TRACE( "%u x %u\n", width, height );
>>  
>> +    desktop_orig_wndproc = (WNDPROC)SetWindowLongPtrW( GetDesktopWindow(), GWLP_WNDPROC,
>> +                                                       (LONG_PTR)desktop_wndproc_wrapper );
> 
> This will only be called in desktop mode, that's probably not what you
> want.
> 

Thanks; I forgot how the Android driver works. I'll send an updated patch.



More information about the wine-devel mailing list