mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
view: expose view_get_adjacent_output
This commit is contained in:
parent
099929cf46
commit
982df84407
2 changed files with 2 additions and 1 deletions
|
|
@ -1465,7 +1465,7 @@ view_on_output_destroy(struct view *view)
|
|||
view->output = NULL;
|
||||
}
|
||||
|
||||
static struct output *
|
||||
struct output *
|
||||
view_get_adjacent_output(struct view *view, enum view_edge edge)
|
||||
{
|
||||
assert(view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue