Zebediah Figura z.figura12@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.