summaryrefslogtreecommitdiffstats
path: root/config.tests/x11/xsync/xsync.cpp
blob: a23fb08af1b213682e60293944c6e2e6442ec00e (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/extensions/sync.h>

int main(int, char **)
{
    XSyncValue value;
    (void*)&XSyncIntToValue;
    (void*)&XSyncCreateCounter;
    return 0;
}