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