diff options
Diffstat (limited to 'src/x11.h')
-rw-r--r-- | src/x11.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |