summaryrefslogtreecommitdiff
path: root/src/X11/va_dri2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/X11/va_dri2.c')
-rw-r--r--src/X11/va_dri2.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/X11/va_dri2.c b/src/X11/va_dri2.c
index 10340b2..4bd5b52 100644
--- a/src/X11/va_dri2.c
+++ b/src/X11/va_dri2.c
@@ -40,7 +40,8 @@
#include "va_dri2.h"
static char va_dri2ExtensionName[] = DRI2_NAME;
-static XExtensionInfo *va_dri2Info;
+static XExtensionInfo _va_dri2_info_data;
+static XExtensionInfo *va_dri2Info = &_va_dri2_info_data;
static XEXT_GENERATE_CLOSE_DISPLAY (VA_DRI2CloseDisplay, va_dri2Info)
static /* const */ XExtensionHooks va_dri2ExtensionHooks = {
NULL, /* create_gc */
@@ -49,7 +50,7 @@ static /* const */ XExtensionHooks va_dri2ExtensionHooks = {
NULL, /* free_gc */
NULL, /* create_font */
NULL, /* free_font */
- VA_DRI2CloseDisplay, /* close_display */
+ VA_DRI2CloseDisplay, /* close_display */
NULL, /* wire_to_event */
NULL, /* event_to_wire */
NULL, /* error */