tthanks to Juka to check -Wall ;) - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 216099d072e98a830ac8689077faad469388fdad
(DIR) parent fc2e3eae209c321daba04a36fa1723293527e160
(HTM) Author: Anselm R. Garbe <arg@suckless.org>
Date: Tue, 8 May 2007 08:52:34 +0200
tthanks to Juka to check -Wall ;)
Diffstat:
M event.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/event.c b/event.c
t@@ -209,9 +209,7 @@ configurerequest(XEvent *e) {
static void
configurenotify(XEvent *e) {
- Client *c;
XConfigureEvent *ev = &e->xconfigure;
- XWindowChanges wc;
if (ev->window == root && (ev->width != sw || ev->height != sh)) {
sw = ev->width;