event.c
changeset 530 451f19d48845
parent 520 834a77509a64
child 532 651f2c868b31
--- a/event.c	Thu Oct 05 18:23:28 2006 +0200
+++ b/event.c	Thu Oct 05 19:27:28 2006 +0200
@@ -123,12 +123,8 @@
 				return;
 			}
 		}
-		if(ev->x < x + bmw) {
-			if(ev->button == Button1)
-				togglemode(NULL);
-			else if(ev->button == Button3)
-				togglestackpos(NULL);
-		}
+		if((ev->x < x + bmw) && (ev->button == Button1))
+			togglemode(NULL);
 	}
 	else if((c = getclient(ev->window))) {
 		focus(c);