From 0fc6b05dc947d92381453fbe0ce690196719da86 Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 5 Jul 2014 16:42:13 +0200 Subject: Increased to version 1.15.2.0 --- gl/internal/dri_interface.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gl') diff --git a/gl/internal/dri_interface.h b/gl/internal/dri_interface.h index 6f5c85676..ad000bdfb 100644 --- a/gl/internal/dri_interface.h +++ b/gl/internal/dri_interface.h @@ -40,7 +40,6 @@ #ifndef DRI_INTERFACE_H #define DRI_INTERFACE_H -#include /* For archs with no drm.h */ #if defined(__APPLE__) || defined(__CYGWIN__) || defined(__GNU__) || defined(_MSC_VER) #ifndef __NOT_HAVE_DRM_H @@ -1299,7 +1298,7 @@ typedef struct __DRI2configQueryExtensionRec __DRI2configQueryExtension; struct __DRI2configQueryExtensionRec { __DRIextension base; - int (*configQueryb)(__DRIscreen *screen, const char *var, bool *val); + int (*configQueryb)(__DRIscreen *screen, const char *var, unsigned char *val); int (*configQueryi)(__DRIscreen *screen, const char *var, int *val); int (*configQueryf)(__DRIscreen *screen, const char *var, float *val); }; -- cgit v1.2.3