mirror of
https://github.com/labwc/labwc.git
synced 2026-02-21 01:40:26 -05:00
view: add functions view_{un,}minimize
This commit is contained in:
parent
d782e48204
commit
49e499d255
4 changed files with 24 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue