Magellan Linux

Contents of /trunk/freeglut/patches/freeglut-2.4.0-gcc42.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 482 - (show annotations) (download)
Tue Feb 12 17:02:23 2008 UTC (16 years, 3 months ago) by niro
File size: 283 byte(s)
-added gcc42 patch

1 --- src/freeglut_joystick.c.old 2006-07-25 21:15:14.000000000 -0600
2 +++ src/freeglut_joystick.c 2006-07-25 21:21:54.000000000 -0600
3 @@ -1684,9 +1684,6 @@
4
5 fgInitialiseJoysticks ();
6
7 - if ( !fgJoystick )
8 - return 0;
9 -
10 if ( !fgState.JoysticksInitialised )
11 return 0;
12