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
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
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
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
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.