summaryrefslogtreecommitdiffstats
path: root/config.tests/x11/xsync/xsync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/x11/xsync/xsync.cpp')
-rw-r--r--config.tests/x11/xsync/xsync.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.tests/x11/xsync/xsync.cpp b/config.tests/x11/xsync/xsync.cpp
index a7175deb76..ed3ecf5177 100644
--- a/config.tests/x11/xsync/xsync.cpp
+++ b/config.tests/x11/xsync/xsync.cpp
@@ -48,5 +48,7 @@ int main(int, char **)
XSyncValue value;
(void*)&XSyncIntToValue;
(void*)&XSyncCreateCounter;
- return 0;
+ int a, b;
+ Status ret = XSyncInitialize(NULL, &a, &b);
+ return ret;
}