mirror of
https://github.com/labwc/labwc.git
synced 2026-02-13 04:27:49 -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
|
|
@ -178,6 +178,8 @@ void view_init_position(struct view *view);
|
|||
struct wlr_box view_get_surface_geometry(struct view *view);
|
||||
struct wlr_box view_geometry(struct view *view);
|
||||
void view_resize(struct view *view, struct wlr_box geo);
|
||||
void view_minimize(struct view *view);
|
||||
void view_unminimize(struct view *view);
|
||||
void view_focus(struct view *view);
|
||||
struct view *view_next(struct server *server, struct view *current);
|
||||
bool view_hasfocus(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue