1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-01-11 18:29:48 +01:00
wlroots-hyprland/xwayland/sockets.h

9 lines
185 B
C
Raw Normal View History

#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