aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-25 09:38:24 -0400
committerDavid Robillard <d@drobilla.net>2021-05-25 09:38:24 -0400
commit10bc9dc40a0ece26ac80b93087f0b14c69b4d8c4 (patch)
tree88fa3d1340391e0010a1082d6d029ef00d026e94
parent7c3aa758300b6dbcdbb7f287e70b071d90620baa (diff)
downloadpugl-10bc9dc40a0ece26ac80b93087f0b14c69b4d8c4.tar.gz
pugl-10bc9dc40a0ece26ac80b93087f0b14c69b4d8c4.tar.bz2
pugl-10bc9dc40a0ece26ac80b93087f0b14c69b4d8c4.zip
Fix long line
-rw-r--r--include/pugl/pugl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h
index e15bb4a..f97903e 100644
--- a/include/pugl/pugl.h
+++ b/include/pugl/pugl.h
@@ -1259,8 +1259,8 @@ puglStopTimer(PuglView* view, uintptr_t id);
puglPostRedisplayRect(), but will always send a message to the X server,
even when called in an event handler.
- @return #PUGL_UNSUPPORTED_TYPE if sending events of this type is not supported,
- #PUGL_UNKNOWN_ERROR if sending the event failed.
+ @return #PUGL_UNSUPPORTED_TYPE if sending events of this type is not
+ supported, #PUGL_UNKNOWN_ERROR if sending the event failed.
*/
PUGL_API
PuglStatus