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

Alexandre Julliard julliard at winehq.org
Tue Jul 3 15:05:16 CDT 2018


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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list