x11ddraw fix

Ove Kaaven ovehk at ping.uio.no
Wed Nov 21 06:34:40 CST 2001


On Wed, 21 Nov 2001, Glenn Schrader wrote:

> No it isn't, my mistake. Updated patches are attached.

If that's the case, then this shouldn't be needed either...

>@@ -81,7 +81,7 @@
>   if(grab) { 
>     Window window = X11DRV_get_whole_window(GetFocus()); 
>     if(window)
>-      XSetInputFocus(thread_display(), window, RevertToParent, CurrentTime); 
>+      XSetInputFocus(gdi_display, window, RevertToParent, CurrentTime); 





More information about the wine-devel mailing list