Xwayland: first draft, just start server for now

This commit is contained in:
Dominique Martinet 2017-08-19 17:59:31 +02:00
parent a138657598
commit 49a823d4c6
6 changed files with 344 additions and 0 deletions

View file

@ -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