Hal V. Engel wrote:

> There is also a patch available for version 2.40 that fixes this problem.  I 
> am currently running with 2.40 using this patch.  Here it is:
> 
> --- freeglut-2.4.0/src/freeglut_cursor.c       2005-04-22 17:23:12.000000000 
> +0200
> +++ freeglut-2.4.0-patched/src/freeglut_cursor.c       2005-09-15 
> 02:32:55.000000000 +0200
> @@ -130,7 +130,9 @@
>                      XCreateFontCursor( fgDisplay.Display, 
> entry->cursorShape);
>              }
>              cursor = entry->cachedCursor;
> -        } else {
> +          if (cursor == None)
> +              fgError( "Failed to create cursor" );
> +      } else {
>              switch( cursorIDToUse )
>              {
>              case GLUT_CURSOR_NONE:
> @@ -147,9 +149,6 @@
>              }
>          }
> 
> -        if ( ( cursorIDToUse != GLUT_CURSOR_NONE ) && ( cursor == None ) ) {
> -            fgError( "Failed to create cursor" );
> -        }
>          XDefineCursor( fgDisplay.Display,
>                         window->Window.Handle, cursor );
>      }
> 
Thanks I may give it a try on 2.4.
It is up and running on the CVS version 08/25/06

I will say on this somewhat stock SuSE 10.1 and a ASUS AMD Athlon-xp 
2800 with 500 M of DDR ram, Nvidia 5200 128M AGP +8 video card it is 
slower than molasses in winter.  HiHi  This is true while running KDE 
3.5.4 or fvwm2.
-- 
73 de Donn Washburn
307 Savoy Street     Email: " [EMAIL PROTECTED] "
Sugar Land, TX 77478 LL# 1.281.242.3256
Ham Callsign N5XWB   HAMs : " [EMAIL PROTECTED] "
VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg
BMW MOA #: 4146 - Ambassador
       " http://counter.li.org " #279316

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to