From 38886de0c3e9ea5729ef23e4c653fa2822f52e8f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 6 Apr 2021 14:43:39 +0200 Subject: xscreensaver 6.00 --- jwxyz/jwzglesI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jwxyz/jwzglesI.h') diff --git a/jwxyz/jwzglesI.h b/jwxyz/jwzglesI.h index b90bad4..975b3ee 100644 --- a/jwxyz/jwzglesI.h +++ b/jwxyz/jwzglesI.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2012-2019 Jamie Zawinski +/* xscreensaver, Copyright © 2012-2021 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -184,6 +184,7 @@ extern void jwzgles_glDepthFunc (GLuint); extern void jwzgles_glDepthMask (GLuint); extern void jwzgles_glDisable (GLuint); extern void jwzgles_glDrawArrays (GLuint, GLuint, GLuint); +extern void jwzgles_glDrawElements (GLenum, GLsizei, GLenum, const GLvoid *); extern GLboolean jwzgles_glIsEnabled (GLuint); extern void jwzgles_glEnable (GLuint); extern void jwzgles_glFrontFace (GLuint); @@ -206,7 +207,6 @@ extern void jwzgles_glViewport (GLuint, GLuint, GLuint, GLuint); extern void jwzgles_glTranslatef (GLfloat, GLfloat, GLfloat); extern void jwzgles_glRotatef (GLfloat, GLfloat, GLfloat, GLfloat); extern void jwzgles_glRotated (GLdouble, GLdouble x, GLdouble y, GLdouble z); -extern void jwzgles_glReadBuffer (GLuint); extern void jwzgles_glScalef (GLfloat, GLfloat, GLfloat); extern void jwzgles_glColor3f (GLfloat, GLfloat, GLfloat); extern void jwzgles_glColor4f (GLfloat, GLfloat, GLfloat, GLfloat); -- cgit v1.2.3-55-g7522