3 Feb
2003
3 Feb
'03
7:20 a.m.
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