RE: Problem with gtk_timeout_add (1.2 version)

2002-04-08 Thread hunchback
>i'm doing an animation using a gtk_timeout_add >to calculate and paint a moving object, >and it works well, the problem is when i detect >the motion_notify_event, the movement for >the moving object becomes faster, why does this happen? this only happens when the interval is <= 15 millisecon

Problem with gtk_timeout_add (1.2 version)

2002-04-08 Thread hunchback
Hi, i'm doing an animation using a gtk_timeout_add to calculate and paint a moving object, and it works well, the problem is when i detect the motion_notify_event, the movement for the moving object becomes faster, why does this happen? Thx for any help, Afonso __