view: add functions view_{un,}minimize

This commit is contained in:
Johan Malm 2020-09-08 20:51:33 +01:00
parent d782e48204
commit 49e499d255
4 changed files with 24 additions and 4 deletions

View file

@ -50,7 +50,7 @@ static void show_one_xwl_view(struct view *view)
} else {
fprintf(stderr, "-");
}
fprintf(stderr, " %p.4 %s {%d,%d,%d,%d}\n", (void *)view,
fprintf(stderr, " %p %s {%d,%d,%d,%d}\n", (void *)view,
view->xwayland_surface->class, view->xwayland_surface->x,
view->xwayland_surface->y, view->xwayland_surface->width,
view->xwayland_surface->height);