X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2FjwzglesI.h;fp=hacks%2Fglx%2FjwzglesI.h;h=89bd881386f38815341385c7c8fd9e2dbc248d84;hp=0f3e3e596ca6f3b2029e436839606fe985df5bad;hb=d1ae2829ff0fd2a96c16a0c8c5420efaa47d7b30;hpb=7edd66e6bd3209013ee059819747b10b5835635b diff --git a/hacks/glx/jwzglesI.h b/hacks/glx/jwzglesI.h index 0f3e3e59..89bd8813 100644 --- a/hacks/glx/jwzglesI.h +++ b/hacks/glx/jwzglesI.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2012-2014 Jamie Zawinski +/* xscreensaver, Copyright (c) 2012-2015 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 @@ -141,6 +141,7 @@ extern void jwzgles_glTexCoord3f (GLfloat s, GLfloat t, GLfloat r); extern void jwzgles_glTexCoord4fv (const GLfloat *); extern void jwzgles_glTexCoord4f (GLfloat s, GLfloat t, GLfloat r, GLfloat q); extern void jwzgles_glVertex2f (GLfloat x, GLfloat y); +extern void jwzgles_glVertex2dv (const GLdouble *); extern void jwzgles_glVertex2fv (const GLfloat *); extern void jwzgles_glVertex2i (GLint x, GLint y); extern void jwzgles_glVertex3f (GLfloat x, GLfloat y, GLfloat z);