summaryrefslogtreecommitdiff
path: root/test/egl_common.h
diff options
context:
space:
mode:
authorYaron Cohen-Tal <yaronct@gmail.com>2015-07-19 20:55:36 +0300
committerYaron Cohen-Tal <yaronct@gmail.com>2015-08-24 12:36:35 +0300
commit540952010bc2707bedfbbfe89c77d1a1640e76ae (patch)
tree296a85f508220d0c5877d0c803a6cd47e7d788b1 /test/egl_common.h
parent4c4a6e49ca6a5d0d4ff103ecbd4e70617805afce (diff)
downloadlibepoxy-540952010bc2707bedfbbfe89c77d1a1640e76ae.tar.gz
Fix tests to work with some OpenGL ES / EGL implementations.
Diffstat (limited to 'test/egl_common.h')
-rw-r--r--test/egl_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/egl_common.h b/test/egl_common.h
index 1c5963b..93571dc 100644
--- a/test/egl_common.h
+++ b/test/egl_common.h
@@ -21,5 +21,5 @@
* IN THE SOFTWARE.
*/
-EGLDisplay *
+EGLDisplay
get_egl_display_or_skip(void);