diff --git a/src/osd.c b/src/osd.c index b358b2ae..7d51ba15 100644 --- a/src/osd.c +++ b/src/osd.c @@ -391,7 +391,7 @@ render_osd(struct server *server, cairo_t *cairo, int w, int h, } buf_add(&buf, get_winfo(*view)); if (wl_list_length(&server->outputs) > 1 && - output_is_usable(*view->output)) { + output_is_usable((*view)->output)) { buf_add(&buf, (*view)->output->wlr_output->name); } break;