--- ./gl_vidlinuxglx.c.orig Sat Jun 10 12:08:13 2006 +++ ./gl_vidlinuxglx.c Sat Jun 10 12:08:13 2006 @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include @@ -339,8 +338,6 @@ { mx += ((int)event.xmotion.x - mwx) * 2; my += ((int)event.xmotion.y - mwy) * 2; - mwx = event.xmotion.x; - mwy = event.xmotion.y; if (mx || my) dowarp = true;