mirror of
https://github.com/0intro/wmii
synced 2024-12-17 09:02:37 +03:00
fixed bug reported by bogon
This commit is contained in:
parent
697169213f
commit
e2af9f01e9
@ -97,6 +97,7 @@ handle_buttonpress(XEvent *e)
|
|||||||
switch (ev->button) {
|
switch (ev->button) {
|
||||||
case Button1:
|
case Button1:
|
||||||
focus(c);
|
focus(c);
|
||||||
|
mouse_move(c);
|
||||||
break;
|
break;
|
||||||
case Button3:
|
case Button3:
|
||||||
focus(c);
|
focus(c);
|
||||||
|
Loading…
Reference in New Issue
Block a user