From 5ecc055c068ccd13c4e4129a97a2aec4f505866e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Aug 2012 14:55:48 +0000 Subject: Fix lax prototypes. --- pugl/pugl_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/pugl_internal.h') diff --git a/pugl/pugl_internal.h b/pugl/pugl_internal.h index 15e2f0a..61d287a 100644 --- a/pugl/pugl_internal.h +++ b/pugl/pugl_internal.h @@ -64,7 +64,7 @@ puglGetModifiers(PuglView* view) return view->mods; } -void +static inline void puglDefaultReshape(PuglView* view, int width, int height) { glMatrixMode(GL_PROJECTION); -- cgit v1.2.1