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/jwzgles.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'jwxyz/jwzgles.c') diff --git a/jwxyz/jwzgles.c b/jwxyz/jwzgles.c index e0437e0..b26bc3a 100644 --- a/jwxyz/jwzgles.c +++ b/jwxyz/jwzgles.c @@ -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 @@ -352,7 +352,8 @@ static jwzgles_state *state = 0; #ifdef DEBUG -static void Log(const char *fmt, ...) +void +Log(const char *fmt, ...) { va_list args; va_start (args, fmt); @@ -4287,6 +4288,7 @@ void jwzgles_##NAME (ARGS_##SIG) \ WRAP (glActiveTexture, I) WRAP (glAlphaFunc, IF) WRAP (glBlendFunc, II) +//WRAP (glBlendColor, FFFF); WRAP (glClear, I) WRAP (glClearColor, FFFF) WRAP (glClearStencil, I) -- cgit v1.2.3-55-g7522