aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/output.c')
-rw-r--r--sway/desktop/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index 96635db4..6c990c47 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -187,7 +187,7 @@ static void output_frame_notify(struct wl_listener *listener, void *data) {
187 187
188 int buffer_age = -1; 188 int buffer_age = -1;
189 wlr_output_make_current(wlr_output, &buffer_age); 189 wlr_output_make_current(wlr_output, &buffer_age);
190 wlr_renderer_begin(server->renderer, wlr_output); 190 wlr_renderer_begin(server->renderer, wlr_output->width, wlr_output->height);
191 191
192 struct sway_seat *seat = input_manager_current_seat(input_manager); 192 struct sway_seat *seat = input_manager_current_seat(input_manager);
193 swayc_t *focus = sway_seat_get_focus_inactive(seat, soutput->swayc); 193 swayc_t *focus = sway_seat_get_focus_inactive(seat, soutput->swayc);