aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gl_hints.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gl_hints.c')
-rw-r--r--test/test_gl_hints.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_gl_hints.c b/test/test_gl_hints.c
index 9830e2e..0e8efbb 100644
--- a/test/test_gl_hints.c
+++ b/test/test_gl_hints.c
@@ -60,6 +60,7 @@ main(void)
// Realize view and print all hints for debugging convenience
assert(!puglRealize(view));
+ printViewHints(view);
// Check that no hints are set to PUGL_DONT_CARE
assert(puglGetViewHint(view, PUGL_USE_COMPAT_PROFILE) != PUGL_DONT_CARE);