Jukka, thanks for being faster than me! - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 3b18f17d4d4f2d7502f52346cbd158b7120fd835 DIR parent 72faa1919e34ffeebb1ca35ae8c2c24b700dcf66 HTML Author: Anselm R. Garbe <arg@suckless.org> Date: Mon, 15 Jan 2007 19:01:57 +0100 Jukka, thanks for being faster than me! Diffstat: M event.c | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/event.c b/event.c @@ -240,7 +240,6 @@ enternotify(XEvent *e) { static void expose(XEvent *e) { - Client *c; XExposeEvent *ev = &e->xexpose; if(ev->count == 0) {