RE: Dealing with zero-sized windows.

2000-08-03 Thread gerard patel
At 09:20 AM 8/3/00 -0400, you wrote: >Gerard wrote: >I presume this is what's happenning: >1. The window is created with widht=0 and heigh=0 >2. The window is then activated/put on the foreground >3. Then the size of the window is changed to something that make sense. > >I'm not sure how to fix

RE: Dealing with zero-sized windows.

2000-08-03 Thread Stephane Lussier
Gerard wrote: > While this patch makes some of my test apps work better,one > exhibits a regression : > winhelp. I use Nt4 Sp3,the file is dated from 1997; I did not > test other versions. > > The problem is that the first window appears behind all other > non-Wine windows, > so it seems to vanis

Re: Dealing with zero-sized windows.

2000-08-02 Thread gerard patel
At 04:26 PM 8/2/00 -0400, you (Stephane Lussier) wrote: >Hi, > >Change log: >Top level windows with 0 width or height are created with a size of 1x1 in >the X11 driver. I've added some code to make sure those windows are never >mapped while the size <= 0. Also I had to make sure their is no Z orde