summaryrefslogtreecommitdiffstats
path: root/src/glx/dri2.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-11-11 08:12:05 -0700
committerBrian Paul <brianp@vmware.com>2013-11-11 08:12:05 -0700
commit944eebbdb4ea9dd8283f83ade01110be9bf2bba7 (patch)
tree484bd0c2045738a0b87c7a7dda248dc837f3dd86 /src/glx/dri2.h
parent75982a5df42cd2406e529b7c96b36d2a8b1f7b60 (diff)
downloadexternal_mesa3d-944eebbdb4ea9dd8283f83ade01110be9bf2bba7.zip
external_mesa3d-944eebbdb4ea9dd8283f83ade01110be9bf2bba7.tar.gz
external_mesa3d-944eebbdb4ea9dd8283f83ade01110be9bf2bba7.tar.bz2
glx: declare glx_screen struct to silence warning
Diffstat (limited to 'src/glx/dri2.h')
-rw-r--r--src/glx/dri2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/dri2.h b/src/glx/dri2.h
index c404a3a..90efde8 100644
--- a/src/glx/dri2.h
+++ b/src/glx/dri2.h
@@ -45,6 +45,8 @@ typedef struct
unsigned int flags;
} DRI2Buffer;
+struct glx_screen;
+
extern Bool
DRI2QueryExtension(Display * display, int *eventBase, int *errorBase);