diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-13 07:56:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-13 07:56:08 -0500 |
commit | 96f09c749228f631e3a160de370e2894a4428e20 (patch) | |
tree | 35c6a0da0b6f296603711358a53847c6959acd67 /backend/x11 | |
parent | 808ab5aa1bd990776ae30d5f9bb171ca7b42d6ef (diff) | |
parent | 3b4b8953d96194e8b168149f46c731443239accd (diff) |
Merge pull request #483 from emersion/dynamic-output-scale-transform
Update output layout when scale or transform changes
Diffstat (limited to 'backend/x11')
-rw-r--r-- | backend/x11/backend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/x11/backend.c b/backend/x11/backend.c index 5fb54ffd..5a6e90b5 100644 --- a/backend/x11/backend.c +++ b/backend/x11/backend.c @@ -118,7 +118,6 @@ static bool handle_x11_event(struct wlr_x11_backend *x11, xcb_generic_event_t *e xcb_configure_notify_event_t *ev = (xcb_configure_notify_event_t *)event; wlr_output_update_size(&output->wlr_output, ev->width, ev->height); - wl_signal_emit(&output->wlr_output.events.resolution, output); // Move the pointer to its new location xcb_query_pointer_cookie_t cookie = |