diff options
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r-- | sway/input/cursor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c index 3aa2d1bc..24d4642d 100644 --- a/sway/input/cursor.c +++ b/sway/input/cursor.c @@ -140,7 +140,8 @@ struct sway_cursor *sway_cursor_create(struct sway_seat *seat) { } cursor->seat = seat; - wlr_cursor_attach_output_layout(wlr_cursor, root_container.output_layout); + wlr_cursor_attach_output_layout(wlr_cursor, + root_container.sway_root->output_layout); // input events wl_signal_add(&wlr_cursor->events.motion, &cursor->motion); |