diff options
-rw-r--r-- | src/glx/dri2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/dri2.h b/src/glx/dri2.h index c404a3af2f5..90efde8bcc1 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); |