mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Window switch, remove else outputting spaces.
This commit is contained in:
parent
00573bcfa8
commit
12a9aba0fd
1 changed files with 0 additions and 2 deletions
|
|
@ -381,8 +381,6 @@ render_osd(struct server *server, cairo_t *cairo, int w, int h,
|
||||||
case LAB_FIELD_WINFO:
|
case LAB_FIELD_WINFO:
|
||||||
if (rc.window_switcher.all_workspaces) {
|
if (rc.window_switcher.all_workspaces) {
|
||||||
buf_add(&buf, (*view)->workspace->name);
|
buf_add(&buf, (*view)->workspace->name);
|
||||||
} else {
|
|
||||||
buf_add(&buf, " ");
|
|
||||||
}
|
}
|
||||||
if ((*view)->maximized) {
|
if ((*view)->maximized) {
|
||||||
buf_add(&buf, " M ");
|
buf_add(&buf, " M ");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue