mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
UnGNUify the codebase
This commit is contained in:
parent
74d4f1bec9
commit
9aed9d9359
84 changed files with 123 additions and 33 deletions
|
|
@ -13,6 +13,13 @@
|
|||
#include <json-c/json.h>
|
||||
#include <list.h>
|
||||
#include <libinput.h>
|
||||
#ifdef __linux__
|
||||
struct ucred {
|
||||
pid_t pid;
|
||||
uid_t uid;
|
||||
gid_t gid;
|
||||
};
|
||||
#endif
|
||||
#include "sway/ipc-json.h"
|
||||
#include "sway/ipc-server.h"
|
||||
#include "sway/security.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue