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) { switch (ev->button) {
case Button1: case Button1:
focus(c); focus(c);
mouse_move(c);
break; break;
case Button3: case Button3:
focus(c); focus(c);