aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/detail/x11.c')
-rw-r--r--pugl/detail/x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/detail/x11.c b/pugl/detail/x11.c
index b505c50..7a29801 100644
--- a/pugl/detail/x11.c
+++ b/pugl/detail/x11.c
@@ -738,7 +738,7 @@ handleSelectionRequest(const PuglWorld* world,
XSendEvent(world->impl->display, note.requestor, True, 0, (XEvent*)&note);
}
-PUGL_API PuglStatus
+PuglStatus
puglDispatchEvents(PuglWorld* world)
{
const PuglX11Atoms* const atoms = &world->impl->atoms;