Removing window shape region

2010-05-11 Thread Andreas Falkenhahn
Hi, is it possible to remove a shape region that was installed using XFixesSetWindowShapeRegion()? I'm not interested in simply setting the shape region to an opaque region matching the window's bounds. I want to remove the shape region completely. I.e. after removal, the window should act as if

Re: Removing window shape region

2010-05-11 Thread Andreas Falkenhahn
On Tue, 2010-05-11 at 14:25 +0200, Andreas Falkenhahn wrote: Hi, is it possible to remove a shape region that was installed using XFixesSetWindowShapeRegion()? I'm not interested in simply setting the shape region to an opaque region matching the window's bounds. I want to remove the shape

Opening a window without activating it

2010-05-16 Thread Andreas Falkenhahn
Hi, is it possible to open a window without it automatically becoming active? I see that there are two different calls to map a window: XMapWindow() and XMapRaised(). However, both calls open the window and make it active. Can I change this behaviour? I'd like to open a window and prevent it from

Re: Fullscreen windows - weird behaviour

2010-05-18 Thread Andreas Falkenhahn
On 18.05.2010 at 19:29 Russell Shaw wrote: Andreas Falkenhahn wrote: Andreas Falkenhahn wrote: Hi, I have the following setup: ... Anybody got a clue what's going on there? You could add test code that uses XQueryTree() to find out why. http://tronche.com/gui/x/xlib/window-information