mesa: reimplement IROUND(), add F_TO_I()
[mesa.git] / src / mesa / main / points.c
index eab9d13d6d9ca26b04f322a8831af555f10a43b2..87bfae27eba9dd0d5c8d4b0fa6e5bae0a0b100bf 100644 (file)
@@ -245,11 +245,11 @@ _mesa_PointParameterfv( GLenum pname, const GLfloat *params)
  *
  * \param ctx GL context.
  *
- * Initializes __GLcontextRec::Point and point related constants in
- * __GLcontextRec::Const.
+ * Initializes __struct gl_contextRec::Point and point related constants in
+ * __struct gl_contextRec::Const.
  */
 void
-_mesa_init_point(GLcontext *ctx)
+_mesa_init_point(struct gl_context *ctx)
 {
    GLuint i;