fixed bug reported by bogon

This commit is contained in:
Anselm R. Garbe 2006-02-28 18:13:28 +01:00
parent 697169213f
commit e2af9f01e9

View File

@ -97,6 +97,7 @@ handle_buttonpress(XEvent *e)
switch (ev->button) {
case Button1:
focus(c);
mouse_move(c);
break;
case Button3:
focus(c);