diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-26 22:32:50 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-26 22:32:50 (GMT) |
commit | 1c1098f8b48e448a767ceedebfa61200151adaec (patch) | |
tree | 755e34f010c2725325c31ca62842a3feb531eb0c /tests/system-gl.h | |
parent | 47bd0b639b4adf4a20f901bd93ac235e77bd2df4 (diff) |
Minor debug output fixes
Diffstat (limited to 'tests/system-gl.h')
-rw-r--r-- | tests/system-gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system-gl.h b/tests/system-gl.h index bb41be5..b41e32c 100644 --- a/tests/system-gl.h +++ b/tests/system-gl.h @@ -3,7 +3,7 @@ #include <GL/glew.h> -void glew_dump(); +void glew_dump(bool dumpall = false); bool report_glerror(const char *task); #endif |