diff options
author | David Robillard <d@drobilla.net> | 2013-03-18 19:49:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-03-18 19:49:48 +0000 |
commit | cea41bcb9be36fdfe9d273133996e1622586f27b (patch) | |
tree | e93871a5fc04ad3be78ed37a8d819d875919f68a /pugl/pugl_internal.h | |
parent | d5bfc40d6dd1834d28db9e0739a8286878e3d77a (diff) | |
download | pugl-cea41bcb9be36fdfe9d273133996e1622586f27b.tar.gz pugl-cea41bcb9be36fdfe9d273133996e1622586f27b.tar.bz2 pugl-cea41bcb9be36fdfe9d273133996e1622586f27b.zip |
Addition of visible parameter and other minor fixes from FalkTX.
Diffstat (limited to 'pugl/pugl_internal.h')
-rw-r--r-- | pugl/pugl_internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pugl/pugl_internal.h b/pugl/pugl_internal.h index 37db9e5..8cdada8 100644 --- a/pugl/pugl_internal.h +++ b/pugl/pugl_internal.h @@ -82,6 +82,10 @@ puglDefaultReshape(PuglView* view, int width, int height) glMatrixMode(GL_MODELVIEW); glLoadIdentity(); + return; + + // unused + (void)view; } void |