From b5d89e71c93024b4bbd1dab6a80478f0efdb0a91 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Mar 2020 14:33:14 +0100 Subject: Cleanup: Remove redundant PUGL_API declarations --- pugl/detail/x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/detail/x11.c') 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*)¬e); } -PUGL_API PuglStatus +PuglStatus puglDispatchEvents(PuglWorld* world) { const PuglX11Atoms* const atoms = &world->impl->atoms; -- cgit v1.2.1