diff options
author | David Robillard <d@drobilla.net> | 2012-08-09 14:55:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-09 14:55:48 +0000 |
commit | 5ecc055c068ccd13c4e4129a97a2aec4f505866e (patch) | |
tree | 3f33561ee7c6ecc57c00ac6ab81d17feb959bbca /pugl/pugl_internal.h | |
parent | c8b6dddd42420e07c9f0b7b1eb8614547e821dec (diff) | |
download | pugl-5ecc055c068ccd13c4e4129a97a2aec4f505866e.tar.gz pugl-5ecc055c068ccd13c4e4129a97a2aec4f505866e.tar.bz2 pugl-5ecc055c068ccd13c4e4129a97a2aec4f505866e.zip |
Fix lax prototypes.
Diffstat (limited to 'pugl/pugl_internal.h')
-rw-r--r-- | pugl/pugl_internal.h | 2 |
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); |