summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-12-17 14:18:49 -0800
committerEric Anholt <eric@anholt.net>2013-12-17 14:34:02 -0800
commit3ae4726cdbb0fccdb02bcdba07662fe6f6a15589 (patch)
tree944936c15ab0f18805dc49671378ab81c03b12e9 /include
parentc4214a39f4ef941316042d48cabfbd826cc7a07f (diff)
downloadlibepoxy-3ae4726cdbb0fccdb02bcdba07662fe6f6a15589.tar.gz
win32: Expose the dispatch table reset funtion in the public API.
Fixes #2.
Diffstat (limited to 'include')
-rw-r--r--include/epoxy/wgl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/epoxy/wgl.h b/include/epoxy/wgl.h
index fe6a67e..8d0af5a 100644
--- a/include/epoxy/wgl.h
+++ b/include/epoxy/wgl.h
@@ -49,6 +49,7 @@ extern "C" {
#include "epoxy/wgl_generated.h"
bool epoxy_has_wgl_extension(HDC hdc, const char *extension);
+void epoxy_handle_external_wglMakeCurrent(void);
#ifdef __cplusplus
} /* extern "C" */