aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11.h')
-rw-r--r--src/x11.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/x11.h b/src/x11.h
index e55355a..f85b227 100644
--- a/src/x11.h
+++ b/src/x11.h
@@ -4,6 +4,7 @@
#ifndef PUGL_SRC_X11_H
#define PUGL_SRC_X11_H
+#include "attributes.h"
#include "types.h"
#include "pugl/pugl.h"
@@ -60,6 +61,7 @@ struct PuglInternalsImpl {
#endif
};
+PUGL_WARN_UNUSED_RESULT
PUGL_API
PuglStatus
puglX11Configure(PuglView* view);