From 10bc9dc40a0ece26ac80b93087f0b14c69b4d8c4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 25 May 2021 09:38:24 -0400 Subject: Fix long line --- include/pugl/pugl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/pugl') 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 -- cgit v1.2.1