diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-21 09:43:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 09:43:24 -0400 |
commit | 3c7ef3aae68e1a38c0ab83c22c0e064b7bde319e (patch) | |
tree | ca85d4ac1f277ca0f997bcffb7adfe36e5157205 /rootston/output.c | |
parent | a87b60e31e5288c1c3e8c8f94c9a7ccb29e38b54 (diff) | |
parent | ce2f945441155fa9d98935dabd6979304f2d2fbc (diff) |
Merge branch 'master' into feature/data-device-selection
Diffstat (limited to 'rootston/output.c')
-rw-r--r-- | rootston/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/output.c b/rootston/output.c index f50306a3..fce14fea 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -188,7 +188,6 @@ void output_add_notify(struct wl_listener *listener, void *data) { output->desktop = desktop; output->wlr_output = wlr_output; output->frame.notify = output_frame_notify; - wl_list_init(&output->frame.link); wl_signal_add(&wlr_output->events.frame, &output->frame); wl_list_insert(&desktop->outputs, &output->link); |