aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_utils.h')
-rw-r--r--test/test_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_utils.h b/test/test_utils.h
index 85276fb..db3485b 100644
--- a/test/test_utils.h
+++ b/test/test_utils.h
@@ -275,6 +275,8 @@ puglViewHintString(const PuglViewHint hint)
return "Depth bits";
case PUGL_STENCIL_BITS:
return "Stencil bits";
+ case PUGL_SAMPLE_BUFFERS:
+ return "Sample buffers";
case PUGL_SAMPLES:
return "Samples";
case PUGL_DOUBLE_BUFFER: