summaryrefslogtreecommitdiff
path: root/pugl/pugl_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-03-18 19:49:48 +0000
committerDavid Robillard <d@drobilla.net>2013-03-18 19:49:48 +0000
commitcea41bcb9be36fdfe9d273133996e1622586f27b (patch)
treee93871a5fc04ad3be78ed37a8d819d875919f68a /pugl/pugl_internal.h
parentd5bfc40d6dd1834d28db9e0739a8286878e3d77a (diff)
Addition of visible parameter and other minor fixes from FalkTX.
Diffstat (limited to 'pugl/pugl_internal.h')
-rw-r--r--pugl/pugl_internal.h4
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