From a36408b7c641e0b9052315aed87ce8e591a6a717 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 3 Oct 2020 19:38:54 +0200 Subject: Print all view hints in shader demo and hint tests --- examples/pugl_shader_demo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/pugl_shader_demo.c b/examples/pugl_shader_demo.c index 50afb37..24ae2a6 100644 --- a/examples/pugl_shader_demo.c +++ b/examples/pugl_shader_demo.c @@ -405,6 +405,7 @@ main(int argc, char** argv) } // Show window + printViewHints(app.view); puglShowWindow(app.view); // Grind away, drawing continuously -- cgit v1.2.1