diff options
Diffstat (limited to 'include/pugl/gl.h')
-rw-r--r-- | include/pugl/gl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/pugl/gl.h b/include/pugl/gl.h index 3443d83..51c4a7d 100644 --- a/include/pugl/gl.h +++ b/include/pugl/gl.h @@ -94,8 +94,7 @@ puglLeaveContext(PuglView* view); Pass the returned value to puglSetBackend() to draw to a view with OpenGL. */ -PUGL_API -PUGL_CONST_FUNC +PUGL_CONST_API const PuglBackend* puglGlBackend(void); |