Your message dated Thu, 4 Aug 2005 11:14:45 +0100
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #320741,
regarding libopengl-ruby: Misspelled function: GLUT.SetCurcor should be
GLUT.SetCursor
to be marked as having been forwarded to the upstream software
author(s) Yoshiyuki Kusano <[EMAIL PROTECTED]>.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
---------------------------------------
Received: (at 320741-forwarded) by bugs.debian.org; 4 Aug 2005 10:14:54 +0000
>From [EMAIL PROTECTED] Thu Aug 04 03:14:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from muse.19inch.net [80.1.73.118] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E0ckY-00089a-00; Thu, 04 Aug 2005 03:14:54 -0700
Received: from daf by muse.19inch.net with local (Exim 4.50)
id 1E0ckP-0008RK-Og; Thu, 04 Aug 2005 11:14:45 +0100
Date: Thu, 4 Aug 2005 11:14:45 +0100
From: Dafydd Harries <[EMAIL PROTECTED]>
To: Yoshiyuki Kusano <[EMAIL PROTECTED]>
Subject: [EMAIL PROTECTED]: Bug#320741: libopengl-ruby: Misspelled function:
GLUT.SetCurcor should be GLUT.SetCursor]
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-9.1 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
HAS_PACKAGE,REMOVE_REMOVAL_2WORD autolearn=ham
version=2.60-bugs.debian.org_2005_01_02
Hello Kusano-san,
I received this bug report about rbogl recently. Perhaps you would like to use
the patch.
----- Forwarded message from Daniel Brockman <[EMAIL PROTECTED]> -----
Subject: Bug#320741: libopengl-ruby: Misspelled function: GLUT.SetCurcor should
be GLUT.SetCursor
Reply-To: Daniel Brockman <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Daniel Brockman <[EMAIL PROTECTED]>
Date: Mon, 01 Aug 2005 08:37:52 +0200
X-SpamProbe: GOOD 0.0000037 8f75ed200362d713e672f3be6a679c11
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);
----- End forwarded message -----
Regards,
--
Dafydd
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]