aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-08 16:47:17 -0500
committerDavid Robillard <d@drobilla.net>2025-02-08 16:47:17 -0500
commit3d5f2066061713e5c688615ed9d6372e93df9a30 (patch)
tree41191ad28fcb84c8bdb0c06eb4101db32ed5b9bd /include
parent10eb80744b1bf00276a42720970151319223b5b5 (diff)
downloadpugl-3d5f2066061713e5c688615ed9d6372e93df9a30.tar.gz
pugl-3d5f2066061713e5c688615ed9d6372e93df9a30.tar.bz2
pugl-3d5f2066061713e5c688615ed9d6372e93df9a30.zip
Simplify and shorten enumerator comments
Diffstat (limited to 'include')
-rw-r--r--include/pugl/pugl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h
index eacb42f..43697fb 100644
--- a/include/pugl/pugl.h
+++ b/include/pugl/pugl.h
@@ -950,9 +950,9 @@ typedef enum {
/// A special view hint value
typedef enum {
- PUGL_DONT_CARE = -1, ///< Generic trinary: Use best default
- PUGL_FALSE = 0, ///< Generic trinary: Explicitly false
- PUGL_TRUE = 1, ///< Generic trinary: Explicitly true
+ PUGL_DONT_CARE = -1, ///< Generic trinary: unset
+ PUGL_FALSE = 0, ///< Generic trinary: false
+ PUGL_TRUE = 1, ///< Generic trinary: true
PUGL_OPENGL_API = 2, ///< For #PUGL_CONTEXT_API
PUGL_OPENGL_ES_API = 3, ///< For #PUGL_CONTEXT_API
PUGL_OPENGL_CORE_PROFILE = 4, ///< For #PUGL_CONTEXT_PROFILE