wlroots-hyprland/include/xwayland/internals.h

7 lines
140 B
C
Raw Normal View History

#ifndef XWAYLAND_INTERNALS_H
#define XWAYLAND_INTERNALS_H
void unlink_sockets(int display);
int open_display_sockets(int socks[2]);
#endif