mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-07-10 00:06:08 -04:00
Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/work_items/3949
(cherry picked from commit 327f000532)
9 lines
167 B
C
9 lines
167 B
C
#ifndef XWAYLAND_SOCKETS_H
|
|
#define XWAYLAND_SOCKETS_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
void unlink_display_sockets(int display);
|
|
int open_display_sockets(int socks[2]);
|
|
|
|
#endif
|