summaryrefslogtreecommitdiff
path: root/pugl/pugl_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_internal.h')
-rw-r--r--pugl/pugl_internal.h2
1 files changed, 1 insertions, 1 deletions
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);