mirror of
https://github.com/0intro/wmii
synced 2024-12-16 16:42:38 +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) {
|
||||
case Button1:
|
||||
focus(c);
|
||||
mouse_move(c);
|
||||
break;
|
||||
case Button3:
|
||||
focus(c);
|
||||
|
Loading…
Reference in New Issue
Block a user