summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYaron Cohen-Tal <yaronct@gmail.com>2015-10-31 20:31:42 +0200
committerYaron Cohen-Tal <yaronct@gmail.com>2015-10-31 20:31:42 +0200
commita4ead97cfd0493b5416a954b5d4aac304f25fbde (patch)
tree8031fd384bafdc5175d4f5c6fc05cfa92c1bbf90 /include
parent8d58c890646fc1f43bcab702bb9ed6bae94daefe (diff)
downloadlibepoxy-a4ead97cfd0493b5416a954b5d4aac304f25fbde.tar.gz
Make "epoxy_current_context_is_egl" visible.
Diffstat (limited to 'include')
-rw-r--r--include/epoxy/gl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/epoxy/gl.h b/include/epoxy/gl.h
index 49ca270..333b5e4 100644
--- a/include/epoxy/gl.h
+++ b/include/epoxy/gl.h
@@ -86,6 +86,7 @@ extern "C" {
EPOXY_IMPORTEXPORT bool epoxy_has_gl_extension(const char *extension);
EPOXY_IMPORTEXPORT bool epoxy_is_desktop_gl(void);
EPOXY_IMPORTEXPORT int epoxy_gl_version(void);
+EPOXY_IMPORTEXPORT bool epoxy_current_context_is_egl(void);
#ifdef __cplusplus
} /* extern "C" */