mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Add new_output_config, update root container size on output hotplug
This commit is contained in:
parent
41dd291612
commit
8764dc26c6
4 changed files with 9 additions and 6 deletions
|
|
@ -364,10 +364,8 @@ void apply_input_config(struct input_config *ic, struct libinput_device *dev);
|
|||
void free_input_config(struct input_config *ic);
|
||||
|
||||
int output_name_cmp(const void *item, const void *data);
|
||||
void output_config_defaults(struct output_config *oc);
|
||||
struct output_config *new_output_config();
|
||||
void merge_output_config(struct output_config *dst, struct output_config *src);
|
||||
/** Sets up a WLC output handle based on a given output_config.
|
||||
*/
|
||||
void apply_output_config(struct output_config *oc, swayc_t *output);
|
||||
void free_output_config(struct output_config *oc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue