Package: libopengl-ruby
Version: 0.32f-1
Severity: normal
Tags: patch

Kudos to Lars Öhrman for finding this.

*** libopengl-ruby-0.32f/glut.c~ Sat Jul 17 17:26:38 2004
--- libopengl-ruby-0.32f/glut.c	 Mon Aug  1 08:10:51 2005
@@ -361,7 +361,7 @@
 }
 
 static VALUE
-glut_SetCurcor(obj,arg1)
+glut_SetCursor(obj,arg1)
 VALUE obj,arg1;
 {
     int cursor;
@@ -1296,7 +1296,9 @@
     rb_define_module_function(mGLUT, "ShowWindow", glut_ShowWindow, 0);
     rb_define_module_function(mGLUT, "HideWindow", glut_HideWindow, 0);
     rb_define_module_function(mGLUT, "FullScreen", glut_FullScreen, 0);
-    rb_define_module_function(mGLUT, "SetCurcor", glut_SetCurcor, 1);
+    rb_define_module_function(mGLUT, "SetCursor", glut_SetCursor, 1);
+    /* Misspelled function alias retained for backwards-compatibility.  */
+    rb_define_module_function(mGLUT, "SetCurcor", glut_SetCursor, 1);
     rb_define_module_function(mGLUT, "WarpPointer", glut_WarpPointer, 2);
     rb_define_module_function(mGLUT, "EstablishOverlay", glut_EstablishOverlay, 0);
     rb_define_module_function(mGLUT, "RemoveOverlay", glut_RemoveOverlay, 0);
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libopengl-ruby depends on:
ii  freeglut3                 2.2.0-8.1      OpenGL Utility Toolkit
ii  libc6                     2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libruby1.8                1.8.2-9        Libraries necessary to run Ruby 1.
ii  libx11-6                  6.8.2.dfsg.1-4 X Window System protocol client li
ii  libxext6                  6.8.2.dfsg.1-4 X Window System miscellaneous exte
ii  libxi6                    6.8.2.dfsg.1-4 X Window System Input extension li
ii  xlibmesa-gl [libgl1]      6.8.2.dfsg.1-4 Mesa 3D graphics library [X.Org]
ii  xlibmesa-glu [libglu1]    6.8.2-10       Mesa OpenGL utility library [X.Org
ii  xlibs                     6.8.2.dfsg.1-4 X Window System client libraries m

libopengl-ruby recommends no packages.

-- no debconf information

-- 
Daniel Brockman <[EMAIL PROTECTED]>

    So really, we all have to ask ourselves:
    Am I waiting for RMS to do this?   --TTN.

Reply via email to