diff --git a/libs/video/targets/vid_glx.c b/libs/video/targets/vid_glx.c index 30bde633f..860009958 100644 --- a/libs/video/targets/vid_glx.c +++ b/libs/video/targets/vid_glx.c @@ -48,7 +48,7 @@ static __attribute__ ((used)) const char rcsid[] = #ifdef HAVE_DGA # ifdef DGA_OLD_HEADERS -# include +# include # else # include # endif @@ -96,7 +96,7 @@ Bool (*qfglXMakeCurrent) (Display *dpy, GLXDrawable drawable, GLXContext ctx); // ============================================================================ -static int use_gl_procaddress = 0+0; +static int use_gl_procaddress = 0; #if defined(HAVE_DLOPEN)