mirror of
https://github.com/labwc/labwc.git
synced 2025-11-09 13:30:01 -05:00
xdg: Set view->output prior to view_set_fullscreen()
This commit is contained in:
parent
ed19bc4f9e
commit
bdbbbb2e62
5 changed files with 30 additions and 20 deletions
|
|
@ -138,9 +138,7 @@ void view_restore_to(struct view *view, struct wlr_box geometry);
|
|||
void view_set_untiled(struct view *view);
|
||||
void view_maximize(struct view *view, bool maximize,
|
||||
bool store_natural_geometry);
|
||||
/* output is optional, defaults to current nearest output */
|
||||
void view_set_fullscreen(struct view *view, bool fullscreen,
|
||||
struct output *output);
|
||||
void view_set_fullscreen(struct view *view, bool fullscreen);
|
||||
void view_toggle_maximize(struct view *view);
|
||||
void view_toggle_decorations(struct view *view);
|
||||
void view_toggle_always_on_top(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue