added zoom on Mod1-Button1 on managed clients only (there is no moving possible)
authorAnselm R.Garbe <arg@10ksloc.org>
Wed, 09 Aug 2006 18:37:33 +0200
changeset 231 f7e87c894b5e
parent 230 b92bbc2487c9
child 232 98e9901b1dbb
added zoom on Mod1-Button1 on managed clients only (there is no moving possible)
event.c
--- a/event.c	Tue Aug 08 18:12:18 2006 +0200
+++ b/event.c	Wed Aug 09 18:37:33 2006 +0200
@@ -131,6 +131,8 @@
 				higher(c);
 				movemouse(c);
 			}
+			else
+				zoom(NULL);
 			break;
 		case Button2:
 			lower(c);