summaryrefslogtreecommitdiff
path: root/src/egl/drivers/xdri/driinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/drivers/xdri/driinit.h')
-rw-r--r--src/egl/drivers/xdri/driinit.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/egl/drivers/xdri/driinit.h b/src/egl/drivers/xdri/driinit.h
new file mode 100644
index 0000000000..6ea05cebef
--- /dev/null
+++ b/src/egl/drivers/xdri/driinit.h
@@ -0,0 +1,9 @@
+#ifndef DRIINIT_INCLUDED
+#define DRIINIT_INCLUDED
+
+#include "glxclient.h"
+
+extern __GLXDRIdisplay *
+__driCreateDisplay(__GLXdisplayPrivate *dpyPriv, int *version);
+
+#endif /* DRIINIT_INCLUDED */