Revert "Fix #2992"

This reverts commit 94985146ea.
This commit is contained in:
Drew DeVault 2018-10-27 08:55:45 -04:00
parent de250a523f
commit 5a98dfee02
1 changed files with 1 additions and 2 deletions

View File

@ -66,6 +66,7 @@ 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;
@ -97,8 +98,6 @@ 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);