RE: TOPMOST window support

2000-09-18 Thread Stephane Lussier
-Original Message- From: gerard patel [mailto:[EMAIL PROTECTED]] As you can see (I have also added trace in XSetWindowPos), your last patch is doing restacking with unmapped windows :-) While it does not crash *my* X server, this kind of call seems to not produce any effect for

RE: TOPMOST window support

2000-09-17 Thread gerard patel
At 12:50 PM 9/15/00 -0400, you wrote: snip I have actually looked further at your patch and my first patch is not correct. In fact, while a 'true' child window can not be made ws_ex_topmost, a 'child of the desktop' can (useless as it is) And I failed to notice that the call setting the

Re: TOPMOST window support

2000-09-15 Thread Dimitrie O. Paun
From: "Stephane Lussier" [EMAIL PROTECTED] Here's a patch trying to implement the TOPMOST feature of Windows. As some of you probably know, there's no way to set a window as topmost in X. Well, this is something that probably the WMs can handle -- maybe we should suggest that they add some

Re: TOPMOST window support

2000-09-15 Thread gerard patel
At 09:49 AM 9/15/00 -0400, you (Stephane Lussier) wrote: Here's a patch trying to implement the TOPMOST feature of Windows. As some of you probably know, there's no way to set a window as topmost in X. So I add to do a couple of tricky things to emulate this feature in Wine. Also with this patch,