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