diff options
Diffstat (limited to 'include/pugl/detail/x11_gl.c')
-rw-r--r-- | include/pugl/detail/x11_gl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pugl/detail/x11_gl.c b/include/pugl/detail/x11_gl.c index b756355..d89a350 100644 --- a/include/pugl/detail/x11_gl.c +++ b/include/pugl/detail/x11_gl.c @@ -225,7 +225,8 @@ puglGetProcAddress(const char* name) return glXGetProcAddress((const uint8_t*)name); } -const PuglBackend* puglGlBackend(void) +const PuglBackend* +puglGlBackend(void) { static const PuglBackend backend = {puglX11GlConfigure, puglX11GlCreate, |