aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-07 15:41:18 -0500
committerDavid Robillard <d@drobilla.net>2025-02-07 15:41:18 -0500
commit2d5c5c205605c23dbfba71017730aa3d529cf6c6 (patch)
treefac1e05a2bb687c6bc6908bfe7e34c6b69770102 /src/x11.h
parent7976df1832f8164e459902dc247a232f49b61064 (diff)
downloadpugl-2d5c5c205605c23dbfba71017730aa3d529cf6c6.tar.gz
pugl-2d5c5c205605c23dbfba71017730aa3d529cf6c6.tar.bz2
pugl-2d5c5c205605c23dbfba71017730aa3d529cf6c6.zip
Update clang-format configuration
Diffstat (limited to 'src/x11.h')
-rw-r--r--src/x11.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/x11.h b/src/x11.h
index c27ef13..da9b4f6 100644
--- a/src/x11.h
+++ b/src/x11.h
@@ -93,9 +93,7 @@ struct PuglInternalsImpl {
bool mapped;
};
-PUGL_WARN_UNUSED_RESULT
-PUGL_API
-PuglStatus
+PUGL_WARN_UNUSED_RESULT PUGL_API PuglStatus
puglX11Configure(PuglView* view);
#endif // PUGL_SRC_X11_H