mirror of
https://github.com/swaywm/sway.git
synced 2026-03-10 05:34:03 -04:00
Merge remote-tracking branch 'upstream/master' into atomic
This commit is contained in:
commit
a2fbb20a61
16 changed files with 193 additions and 74 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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue