aboutsummaryrefslogtreecommitdiff
path: root/test cases/wayland/1 client/main.c
blob: 6aca80d98ee8a37f4396fb016ce48db9022cc586 (plain)
1
2
3
4
5
6
7
8
9
#include "xdg-shell-client-protocol.h"

int main() {
#ifdef XDG_SHELL_CLIENT_PROTOCOL_H
    return 0;
#else
    return 1;
#endif
}