Mark, the change you committed:
if ((abs(event->x - g->last_x) < 5) || (abs(event->y - g->last_y) < 5))

Should be && not ||.

Reply via email to