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

Alexandre Julliard julliard at winehq.org
Wed Jul 4 08:00:23 CDT 2018


Zebediah Figura <z.figura12 at gmail.com> writes:

> @@ -1766,6 +1782,9 @@ BOOL CDECL X11DRV_CreateDesktopWindow( HWND hwnd )
>  {
>      unsigned int width, height;
>  
> +    desktop_orig_wndproc = (WNDPROC)SetWindowLongPtrW( GetDesktopWindow(),
> +        GWLP_WNDPROC, (LONG_PTR)desktop_wndproc_wrapper );
> +

This is still not the right place. You want to do that when
X11DRV_CreateWindow() is called for the desktop window.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list