From ec3668450f4999fdb4294435dc5df4f41455666e Mon Sep 17 00:00:00 2001 From: sibel Date: Mon, 23 Nov 2009 14:57:05 +0100 Subject: Ajout de freeglut#2.4.0-1 --- extra/freeglut/glut-cursor-inherit.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 extra/freeglut/glut-cursor-inherit.patch (limited to 'extra/freeglut/glut-cursor-inherit.patch') diff --git a/extra/freeglut/glut-cursor-inherit.patch b/extra/freeglut/glut-cursor-inherit.patch new file mode 100644 index 000000000..b56a37cb8 --- /dev/null +++ b/extra/freeglut/glut-cursor-inherit.patch @@ -0,0 +1,23 @@ +--- freeglut-2.4.0.orig/src/freeglut_cursor.c ++++ freeglut-2.4.0/src/freeglut_cursor.c +@@ -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 ); + } -- cgit v1.2.3-70-g09d2