mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
view: Add view_set_output()
This commit is contained in:
parent
55c6280322
commit
331f62f662
4 changed files with 28 additions and 15 deletions
|
|
@ -52,7 +52,7 @@ struct view {
|
|||
*
|
||||
* Many view functions (e.g. view_center(), view_fullscreen(),
|
||||
* view_maximize(), etc.) allow specifying a particular output
|
||||
* by setting view->output explicitly before calling them.
|
||||
* by calling view_set_output() beforehand.
|
||||
*/
|
||||
struct output *output;
|
||||
struct workspace *workspace;
|
||||
|
|
@ -131,6 +131,7 @@ struct xdg_toplevel_view {
|
|||
};
|
||||
|
||||
void view_set_activated(struct view *view);
|
||||
void view_set_output(struct view *view, struct output *output);
|
||||
void view_close(struct view *view);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue