aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/x11.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-15 14:33:14 +0100
committerDavid Robillard <d@drobilla.net>2020-03-15 14:33:14 +0100
commitb5d89e71c93024b4bbd1dab6a80478f0efdb0a91 (patch)
treeec43e5dcbf8516a34c7214395fb48c719ac7a31f /pugl/detail/x11.c
parent524bccedb6d65a5d8a5e7e420bf9dfc1f3367d3c (diff)
downloadpugl-b5d89e71c93024b4bbd1dab6a80478f0efdb0a91.tar.gz
pugl-b5d89e71c93024b4bbd1dab6a80478f0efdb0a91.tar.bz2
pugl-b5d89e71c93024b4bbd1dab6a80478f0efdb0a91.zip
Cleanup: Remove redundant PUGL_API declarations
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;