Missing messages and redraw problem in Btrieve Setup utility 6.15

Dan Kegel dank at kegel.com
Mon Feb 3 01:20:36 CST 2003


Dmitry Timoshkov wrote:
 > Attached patch makes your app happy,
> but since I'm not sure that this is a right fix, I'm not sending it
> to wine-patches. ...
> +++ wine/dlls/x11drv/winpos.c	Mon Feb  3 13:24:42 2003
> @@ -990,6 +990,8 @@
>          if (winpos->flags & SWP_SHOWWINDOW)
>          {
>              set_visible_style( winpos->hwnd, TRUE );
> +            RedrawWindow( winpos->hwnd, NULL, 0, RDW_INVALIDATE | RDW_FRAME |
> +                          RDW_ERASE | RDW_NOINTERNALPAINT | RDW_ALLCHILDREN );

Sure enough, that appears to fix the problem very nicely.
That should help me out a bit as I try to bring
up Yardi, which uses Btrieve.
- Dan

-- 
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045




More information about the wine-devel mailing list