Преглед на файлове

added zoom on Mod1-Button1 on managed clients only (there is no moving possible)

Anselm R.Garbe преди 19 години
родител
ревизия
c53f0fca91
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      event.c

+ 2 - 0
event.c

@@ -131,6 +131,8 @@ buttonpress(XEvent *e)
 				higher(c);
 				movemouse(c);
 			}
+			else
+				zoom(NULL);
 			break;
 		case Button2:
 			lower(c);