diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-16 03:46:13 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-16 03:46:13 (GMT) |
commit | 9489701f54d6628e484af822b961c34d7b511e57 (patch) | |
tree | 85cc4dbb7d11024b011c57ec11ee7f3707e7d0fd /abs/core/freeglut | |
parent | ede1a8d31ec57aa9d4850444b4a14ac14734c9b4 (diff) | |
download | linhes_pkgbuild-9489701f54d6628e484af822b961c34d7b511e57.zip linhes_pkgbuild-9489701f54d6628e484af822b961c34d7b511e57.tar.gz linhes_pkgbuild-9489701f54d6628e484af822b961c34d7b511e57.tar.bz2 |
file cleanup
Diffstat (limited to 'abs/core/freeglut')
-rw-r--r-- | abs/core/freeglut/glut-cursor-inherit.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/abs/core/freeglut/glut-cursor-inherit.patch b/abs/core/freeglut/glut-cursor-inherit.patch deleted file mode 100644 index b56a37c..0000000 --- a/abs/core/freeglut/glut-cursor-inherit.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- 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 ); - } |