mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend/session: Remove direct backend
This is instead delegated to libseat.
This commit is contained in:
parent
95b657ba80
commit
d037c2dddc
7 changed files with 1 additions and 871 deletions
|
|
@ -1,12 +0,0 @@
|
|||
#ifndef BACKEND_SESSION_DIRECT_IPC_H
|
||||
#define BACKEND_SESSION_DIRECT_IPC_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
int direct_ipc_open(int sock, const char *path);
|
||||
void direct_ipc_setmaster(int sock, int fd);
|
||||
void direct_ipc_dropmaster(int sock, int fd);
|
||||
void direct_ipc_finish(int sock, pid_t pid);
|
||||
int direct_ipc_init(pid_t *pid_out);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue