소스 검색

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);