4 Jul
2018
4 Jul
'18
1 p.m.
Zebediah Figura <z.figura12(a)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(a)winehq.org