mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
Merge branch 'master' into xwayland-wants-float
This commit is contained in:
commit
bf38081382
10 changed files with 93 additions and 48 deletions
|
|
@ -32,6 +32,10 @@ struct sway_output {
|
|||
struct wl_list link;
|
||||
|
||||
pid_t bg_pid;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
};
|
||||
|
||||
void output_damage_whole(struct sway_output *output);
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@ struct sway_server {
|
|||
|
||||
struct sway_server server;
|
||||
|
||||
/* Prepares an unprivileged server_init by performing all privileged operations in advance */
|
||||
bool server_privileged_prepare(struct sway_server *server);
|
||||
bool server_init(struct sway_server *server);
|
||||
void server_fini(struct sway_server *server);
|
||||
void server_run(struct sway_server *server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue