mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
xwayland: move & split internal header file
This commit is contained in:
parent
fa0e1015c6
commit
eb5b9cc6da
7 changed files with 40 additions and 18 deletions
7
xwayland/sockets.h
Normal file
7
xwayland/sockets.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef XWAYLAND_SOCKETS_H
|
||||
#define XWAYLAND_SOCKETS_H
|
||||
|
||||
void unlink_display_sockets(int display);
|
||||
int open_display_sockets(int socks[2]);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue