Re: [dev] tabbed: UnmapNotify patch

2014-09-12 Thread Christoph Lohmann
Greetings. On Sat, 13 Sep 2014 07:57:14 +0200 Okan Demirmen wrote: > Hi, > > Simple patch for tabbed that prevents tabbed from killing a client that it > should no longer be managing due to an UnmapNotify event. > > Add support for UnmapNotify; allows a window to map and unmap without > needing

Re: [dev] tabbed: UnmapNotify patch

2014-09-10 Thread Dimitris Papastamos
On Wed, Sep 10, 2014 at 02:28:35PM -0400, Okan Demirmen wrote: > On Wed 2014.09.10 at 19:00 +0100, Dimitris Papastamos wrote: > > On Wed, Sep 10, 2014 at 01:50:34PM -0400, Okan Demirmen wrote: > > > Hi, > > > > > > Simple patch for tabbed that prevents tabbed from killing a client that it > > > sh

Re: [dev] tabbed: UnmapNotify patch

2014-09-10 Thread Okan Demirmen
On Wed 2014.09.10 at 19:00 +0100, Dimitris Papastamos wrote: > On Wed, Sep 10, 2014 at 01:50:34PM -0400, Okan Demirmen wrote: > > Hi, > > > > Simple patch for tabbed that prevents tabbed from killing a client that it > > should no longer be managing due to an UnmapNotify event. > > > > Add suppor

Re: [dev] tabbed: UnmapNotify patch

2014-09-10 Thread Dimitris Papastamos
On Wed, Sep 10, 2014 at 01:50:34PM -0400, Okan Demirmen wrote: > Hi, > > Simple patch for tabbed that prevents tabbed from killing a client that it > should no longer be managing due to an UnmapNotify event. > > Add support for UnmapNotify; allows a window to map and unmap without > needing it to

[dev] tabbed: UnmapNotify patch

2014-09-10 Thread Okan Demirmen
Hi, Simple patch for tabbed that prevents tabbed from killing a client that it should no longer be managing due to an UnmapNotify event. Add support for UnmapNotify; allows a window to map and unmap without needing it to be destroyed. Thanks, Okan diff --git a/tabbed.c b/tabbed.c index 6a2264f.