aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/x11
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/x11')
-rw-r--r--make/stub_includes/x11/window-lib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/stub_includes/x11/window-lib.c b/make/stub_includes/x11/window-lib.c
index 36092e85f..17ddcb1c7 100644
--- a/make/stub_includes/x11/window-lib.c
+++ b/make/stub_includes/x11/window-lib.c
@@ -31,6 +31,10 @@ extern int XFreePixmap(
Pixmap /* pixmap */
);
+extern int XFree(
+ void* /* data */
+);
+
// Helper routine for querying whether Xinerama is enabled.
Bool XineramaEnabled(Display* display);