mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Window switch, remove extra space osd.c
This commit is contained in:
parent
019299ae03
commit
3228c1ec56
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ render_osd(struct server *server, cairo_t *cairo, int w, int h,
|
|||
buf_add(&buf, " ");
|
||||
}
|
||||
buf_add(&buf, get_winfo(*view));
|
||||
if (wl_list_length(&server->outputs) > 1 &&
|
||||
if (wl_list_length(&server->outputs) > 1 &&
|
||||
output_is_usable((*view)->output)) {
|
||||
buf_add(&buf, (*view)->output->wlr_output->name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue