mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -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
|
|
@ -96,7 +96,7 @@ ensure_initial_geometry_and_output(struct view *view)
|
|||
* Just use the cursor output since we don't know yet
|
||||
* whether the surface position is meaningful.
|
||||
*/
|
||||
view->output = output_nearest_to_cursor(view->server);
|
||||
view_set_output(view, output_nearest_to_cursor(view->server));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue