d81a3b6040
- Install binary as "quake2forge" instead of "q2f". - Fix OPTIONS handling. - Remove unavoidable autodetection in OPTIONS. - Add patch to fix an error by an OpenGL macro redefinition. - Add patch to fix mouse problems when not using the DGA X11 extension. - Change pkg-message. Approved by: garga (mentor)
11 lines
310 B
C
11 lines
310 B
C
--- src/gl_glx.c.orig Sun Mar 14 23:25:43 2004
|
|
+++ src/gl_glx.c Wed Feb 22 20:20:51 2006
|
|
@@ -797,8 +797,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;
|