Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
c225e1a
)
added zoom on Mod1-Button1 on managed clients only (there is no moving possible)
author
Anselm R.Garbe <
[email protected]
>
Wed, 9 Aug 2006 16:37:33 +0000
(18:37 +0200)
committer
Anselm R.Garbe <
[email protected]
>
Wed, 9 Aug 2006 16:37:33 +0000
(18:37 +0200)
event.c
diff
|
blob
|
history
diff --git
a/event.c
b/event.c
index
2e4f62e
..
b6beed5
100644
(file)
--- a/
event.c
+++ b/
event.c
@@
-131,6
+131,8
@@
buttonpress(XEvent *e)
higher(c);
movemouse(c);
}
+ else
+ zoom(NULL);
break;
case Button2:
lower(c);