diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2017-08-19 17:59:31 +0200 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2017-08-23 22:03:49 +0200 |
commit | 49a823d4c6b41723a9978c19d426e8ca4f5418d7 (patch) | |
tree | 95b21192f12d2e6dc9ae71a942a494ace3eb33e2 /include/xwayland/internals.h | |
parent | a138657598efafbd3cfd7c77cb32ba294d0b841c (diff) |
Xwayland: first draft, just start server for now
Diffstat (limited to 'include/xwayland/internals.h')
-rw-r--r-- | include/xwayland/internals.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/xwayland/internals.h b/include/xwayland/internals.h new file mode 100644 index 00000000..b91f7930 --- /dev/null +++ b/include/xwayland/internals.h @@ -0,0 +1,6 @@ +#ifndef XWAYLAND_INTERNALS_H +#define XWAYLAND_INTERNALS_H + +void unlink_sockets(int display); +int open_display_sockets(int socks[2]); +#endif |