2017-08-20 07:59:03 +02:00
|
|
|
#ifndef XWAYLAND_SOCKETS_H
|
|
|
|
#define XWAYLAND_SOCKETS_H
|
|
|
|
|
2019-02-20 11:21:42 +01:00
|
|
|
bool set_cloexec(int fd, bool cloexec);
|
2017-08-20 07:59:03 +02:00
|
|
|
void unlink_display_sockets(int display);
|
|
|
|
int open_display_sockets(int socks[2]);
|
|
|
|
|
|
|
|
#endif
|