summaryrefslogtreecommitdiff
path: root/src/egl/main/eglclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/main/eglclient.h')
-rw-r--r--src/egl/main/eglclient.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/egl/main/eglclient.h b/src/egl/main/eglclient.h
new file mode 100644
index 0000000000..0158664936
--- /dev/null
+++ b/src/egl/main/eglclient.h
@@ -0,0 +1,12 @@
+#ifndef EGLCLIENT_INCLUDED
+#define EGLCLIENT_INCLUDED
+
+
+#include "egltypedefs.h"
+
+
+extern void *
+_eglClientGetImageData(EGLImageKHR image);
+
+
+#endif /* EGLCLIENT_INCLUDED */