aboutsummaryrefslogtreecommitdiffstats
path: root/pugl
diff options
context:
space:
mode:
Diffstat (limited to 'pugl')
-rw-r--r--pugl/detail/x11_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/detail/x11_gl.c b/pugl/detail/x11_gl.c
index 7bd4860..7bb1517 100644
--- a/pugl/detail/x11_gl.c
+++ b/pugl/detail/x11_gl.c
@@ -44,7 +44,7 @@ puglX11GlHintValue(const int value)
return value == PUGL_DONT_CARE ? (int)GLX_DONT_CARE : value;
}
-static PuglStatus
+static int
puglX11GlGetAttrib(Display* const display,
GLXFBConfig fb_config,
const int attrib)