From 6a32252403781b303d4ebd195932ce39c5b1c08e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 30 Jul 2019 16:03:58 +0200 Subject: Update to 5.43 --- jwxyz/jwzglesI.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'jwxyz/jwzglesI.h') diff --git a/jwxyz/jwzglesI.h b/jwxyz/jwzglesI.h index 8f09208..b90bad4 100644 --- a/jwxyz/jwzglesI.h +++ b/jwxyz/jwzglesI.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2012-2018 Jamie Zawinski +/* xscreensaver, Copyright (c) 2012-2019 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 @@ -118,6 +118,7 @@ # define GL_VIEWPORT_BIT 0x00000800 # define GL_INT 0x1404 # define GL_DOUBLE 0x140A +# define GL_CONSTANT_ALPHA 0x8003 #endif @@ -173,6 +174,7 @@ extern void jwzgles_glPopAttrib(void); extern void jwzgles_glActiveTexture (GLuint); extern void jwzgles_glBindTexture (GLuint, GLuint); extern void jwzgles_glBlendFunc (GLuint, GLuint); +extern void jwzgles_glBlendColor (GLfloat, GLfloat, GLfloat, GLfloat); extern void jwzgles_glClear (GLuint); extern void jwzgles_glClearColor (GLclampf, GLclampf, GLclampf, GLclampf); extern void jwzgles_glClearStencil (GLuint); -- cgit v1.2.3-55-g7522