mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
6 lines
140 B
C
6 lines
140 B
C
#ifndef XWAYLAND_INTERNALS_H
|
|
#define XWAYLAND_INTERNALS_H
|
|
|
|
void unlink_sockets(int display);
|
|
int open_display_sockets(int socks[2]);
|
|
#endif
|