Introduction
Introduction Statistics Contact Development Disclaimer Help
One killclient() is enough. - tabbed - tab interface for application supporting…
git clone git://git.suckless.org/tabbed
Log
Files
Refs
README
LICENSE
---
commit 00c414320256b700752f9352f10563cc2dfa3adf
parent bc236142fa72d2f9d6b5c790d3f3a9a9168a7164
Author: Christoph Lohmann <[email protected]>
Date: Wed, 8 Feb 2017 13:54:20 +0100
One killclient() is enough.
Diffstat:
M tabbed.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/tabbed.c b/tabbed.c
@@ -217,7 +217,6 @@ cleanup(void)
for (i = 0; i < nclients; i++) {
focus(i);
killclient(NULL);
- killclient(NULL);
XReparentWindow(dpy, clients[i]->win, root, 0, 0);
unmanage(i);
}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.