From ab7b305e6fb80c682363a6452a320385995f0e45 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 2 Mar 2020 10:16:18 +0100 Subject: X11: Fix return type of puglX11GlGetAttrib() --- pugl/detail/x11_gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl') 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) -- cgit v1.2.1