about summary refs log tree commit diff
path: root/xevents.c
diff options
context:
space:
mode:
authorokan <okan>2013-04-05 17:36:02 +0000
committerokan <okan>2013-04-05 17:36:02 +0000
commita957ed7c7dcc287afcf33547326717701a0445de (patch)
tree9f032ccf42487135023d2ff3c357438fdab683f0 /xevents.c
parentcfc19dba7e48ca1afeaf5a910c2591d8f32c2547 (diff)
parentf18d2c94c2efe8d580aa9b1cd71f83bfe10474aa (diff)
downloadcwm-a957ed7c7dcc287afcf33547326717701a0445de.tar.gz
cwm-a957ed7c7dcc287afcf33547326717701a0445de.tar.xz
cwm-a957ed7c7dcc287afcf33547326717701a0445de.zip
cvsimport
Diffstat (limited to 'xevents.c')
-rw-r--r--xevents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xevents.c b/xevents.c
index abfaf0e..b1ebdba 100644
--- a/xevents.c
+++ b/xevents.c
@@ -203,7 +203,7 @@ xev_handle_propertynotify(XEvent *ee)
 			break;
 		}
 	} else {
-		TAILQ_FOREACH(sc, &Screenq, entry) 
+		TAILQ_FOREACH(sc, &Screenq, entry)
 			if (sc->rootwin == e->window)
 				goto test;
 		return;