mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Add some missing includes/declarations
This commit is contained in:
parent
c5f4df6c96
commit
3dc646ea88
9 changed files with 17 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef XWAYLAND_SOCKETS_H
|
||||
#define XWAYLAND_SOCKETS_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
bool set_cloexec(int fd, bool cloexec);
|
||||
void unlink_display_sockets(int display);
|
||||
int open_display_sockets(int socks[2]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue