aboutsummaryrefslogtreecommitdiff
path: root/backend/x11
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-12-14 20:29:30 +0100
committeremersion <contact@emersion.fr>2017-12-14 20:29:30 +0100
commit75ef7860bbc3017bbe8e176138cac71da0127711 (patch)
tree66bcfa4057175e46509f77537d22379075308165 /backend/x11
parentc67a5824b8831b50e9f3b09cc182f496fb973321 (diff)
parenta9fb071d49b244b72846b384a9e2ef2d9b03a05f (diff)
Merge branch 'master' into display-destroy
Diffstat (limited to 'backend/x11')
-rw-r--r--backend/x11/backend.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/x11/backend.c b/backend/x11/backend.c
index e8006a1a..c116e78e 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 =