mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 20:05:58 +01:00
8 lines
185 B
C
8 lines
185 B
C
#ifndef XWAYLAND_SOCKETS_H
|
|
#define XWAYLAND_SOCKETS_H
|
|
|
|
bool set_cloexec(int fd, bool cloexec);
|
|
void unlink_display_sockets(int display);
|
|
int open_display_sockets(int socks[2]);
|
|
|
|
#endif
|