Update of /cvsroot/libufo/ufo-0.5/include/ufo/gl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19959/include/ufo/gl
Modified Files:
ugl_prototypes.hpp
Log Message:
Added {set,get}LineWidth to UGraphics.
Index: ugl_prototypes.hpp
===================================================================
RCS file: /cvsroot/libufo/ufo-0.5/include/ufo/gl/ugl_prototypes.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ugl_prototypes.hpp 15 Sep 2005 16:34:44 -0000 1.8
--- ugl_prototypes.hpp 11 Oct 2005 19:16:13 -0000 1.9
***************
*** 134,138 ****
UFO_GL_PROC(GLuint,glGenLists,(GLsizei range))
UFO_GL_PROC(void,glGenTextures,(GLsizei n, GLuint *textures))
! UFO_GL_PROC_UNUSED(void,glGetBooleanv,(GLenum pname, GLboolean *params))
UFO_GL_PROC_UNUSED(void,glGetClipPlane,(GLenum plane, GLdouble *equation))
UFO_GL_PROC_UNUSED(void,glGetDoublev,(GLenum pname, GLdouble *params))
--- 134,138 ----
UFO_GL_PROC(GLuint,glGenLists,(GLsizei range))
UFO_GL_PROC(void,glGenTextures,(GLsizei n, GLuint *textures))
! UFO_GL_PROC(void,glGetBooleanv,(GLenum pname, GLboolean *params))
UFO_GL_PROC_UNUSED(void,glGetClipPlane,(GLenum plane, GLdouble *equation))
UFO_GL_PROC_UNUSED(void,glGetDoublev,(GLenum pname, GLdouble *params))
|