mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
Reset outputs on reload
This commit is contained in:
parent
51730a0597
commit
bc7d332109
4 changed files with 95 additions and 55 deletions
|
|
@ -464,8 +464,12 @@ void apply_output_config(struct output_config *oc,
|
|||
|
||||
struct output_config *store_output_config(struct output_config *oc);
|
||||
|
||||
void apply_output_config_to_outputs(struct output_config *oc);
|
||||
|
||||
void free_output_config(struct output_config *oc);
|
||||
|
||||
void create_default_output_configs(void);
|
||||
|
||||
int workspace_output_cmp_workspace(const void *a, const void *b);
|
||||
|
||||
int sway_binding_cmp(const void *a, const void *b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue