aboutsummaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-07-05 16:42:13 +0200
committermarha <marha@users.sourceforge.net>2014-07-05 16:42:13 +0200
commit0fc6b05dc947d92381453fbe0ce690196719da86 (patch)
tree1ce6a3e894e969fb9cefe65f9c01eeb3b6b455bc /gl
parent62ed212e1add98e39c0f7a6e5a8a5726d66f161e (diff)
downloadvcxsrv-0fc6b05dc947d92381453fbe0ce690196719da86.tar.gz
vcxsrv-0fc6b05dc947d92381453fbe0ce690196719da86.tar.bz2
vcxsrv-0fc6b05dc947d92381453fbe0ce690196719da86.zip
Increased to version 1.15.2.01.15.2.0
Diffstat (limited to 'gl')
-rw-r--r--gl/internal/dri_interface.h3
1 files changed, 1 insertions, 2 deletions
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 <stdbool.h>
/* 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);
};