Graham Gower wrote: > Mark, the change you committed: > if ((abs(event->x - g->last_x) < 5) || (abs(event->y - g->last_y) < 5)) > > Should be && not ||. > quite right :-)
thanks Mark
Graham Gower wrote: > Mark, the change you committed: > if ((abs(event->x - g->last_x) < 5) || (abs(event->y - g->last_y) < 5)) > > Should be && not ||. > quite right :-)
thanks Mark