mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 05:54:11 +01:00
commit
b63669a2a0
@ -66,7 +66,6 @@ void output_enable(struct sway_output *output, struct output_config *oc) {
|
||||
}
|
||||
struct wlr_output *wlr_output = output->wlr_output;
|
||||
output->enabled = true;
|
||||
apply_output_config(oc, output);
|
||||
list_add(root->outputs, output);
|
||||
|
||||
output->lx = wlr_output->lx;
|
||||
@ -98,6 +97,8 @@ void output_enable(struct sway_output *output, struct output_config *oc) {
|
||||
}
|
||||
wl_signal_init(&output->events.destroy);
|
||||
|
||||
apply_output_config(oc, output);
|
||||
|
||||
input_manager_configure_xcursor();
|
||||
|
||||
wl_signal_add(&wlr_output->events.mode, &output->mode);
|
||||
|
Loading…
Reference in New Issue
Block a user