21 May 2013 19:26
Patches for the 2.3 branch
Gregor Best <gbe <at> ring0.de>
2013-05-21 17:26:53 GMT
2013-05-21 17:26:53 GMT
As threatened on IRC, here's a bunch of patches to 2.3. I didn't yet get
around to adding a systray widget, but that will come.
Most of the patches are fairly self explanatory, I guess, but as
always, suggestions and questions are welcome :)
--
Gregor Best
From 11bcb2ff9637cf10231b037c2383e40d8751b89d Mon Sep 17 00:00:00 2001
From: Gregor Best <gbe <at> ring0.de>
Date: Tue, 21 May 2013 19:12:55 +0200
Subject: [PATCH 1/6] Add client_seturgent and a bit more ICCCM compatibility
Stolen straight from 3.4
Signed-off-by: Gregor Best <gbe <at> ring0.de>
---
client.c | 18 ++++++++++++++++++
client.h | 1 +
2 files changed, 19 insertions(+)
diff --git a/client.c b/client.c
index 527466b..67fcece 100644
--- a/client.c
+++ b/client.c
<at> <at> -177,6 +177,22 <at> <at> client_ban(Client *c)
XUnmapWindow(globalconf.display, c->titlebar.sw->window);
}
(Continue reading)
RSS Feed