aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-08 11:52:06 -0400
committerDavid Robillard <d@drobilla.net>2022-06-08 11:52:06 -0400
commitd0e913a0668fe8543d3a1ed70585f018fc8053c8 (patch)
treed81af50b00d2e2e18d2a2189492831a38d97cbd9 /include/pugl
parent5076f59694e33d1099511d20ef72f4fc6cfa87cd (diff)
downloadpugl-d0e913a0668fe8543d3a1ed70585f018fc8053c8.tar.gz
pugl-d0e913a0668fe8543d3a1ed70585f018fc8053c8.tar.bz2
pugl-d0e913a0668fe8543d3a1ed70585f018fc8053c8.zip
Fox documentation formatting
Diffstat (limited to 'include/pugl')
-rw-r--r--include/pugl/pugl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h
index 17fa3de..38d93b7 100644
--- a/include/pugl/pugl.h
+++ b/include/pugl/pugl.h
@@ -688,7 +688,7 @@ typedef enum {
/**
Set up support for threads if necessary.
- - X11: Calls XInitThreads() which is required for some drivers.
+ X11: Calls XInitThreads() which is required for some drivers.
*/
PUGL_WORLD_THREADS = 1u << 0u
} PuglWorldFlag;