[ pyopengl-Bugs-1592164 ] Regression: glutInit does not accept zero arguments
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.python.opengl.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1592164, was opened at 2006-11-07 13:07
Message generated for change (Comment added) made by mcfletch
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1592164&group_id=5988
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: GLUT
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: David Murmann (dmurmann)
>Assigned to: Mike C. Fletcher (mcfletch)
Summary: Regression: glutInit does not accept zero arguments
Initial Comment:
regarding OpenGL-ctypes 3.0.0a4:
glutInit had this check in PyOpenGL 2.x:
interface/GLUT.i: line 87
PyObject *_glutInit(PyObject* args)
{
...
if (argc == 0)
{
argv = PyMem_New(char*, argc = 1);
argv[0] = "foo";
}
...
}
Something similar should be added to glutInit in
OpenGL/GLUT/special.py line 226.
----------------------------------------------------------------------
>Comment By: Mike C. Fletcher (mcfletch)
Date: 2006-11-07 13:31
Message:
Logged In: YES
user_id=34901
Thanks for the report. Fixed in CVS.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1592164&group_id=5988
-------------------------------------------------------------------------
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
_______________________________________________
PyOpenGL Homepage
http://pyopengl.sourceforge.net