mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
labwc.h: remove "extern struct server server"
This commit is contained in:
parent
84ebd2dae5
commit
e99d0bb34e
11 changed files with 62 additions and 47 deletions
|
|
@ -148,7 +148,7 @@ static void xdg_toplevel_view_unmap(struct view *view)
|
|||
{
|
||||
view->mapped = false;
|
||||
wl_list_remove(&view->commit.link);
|
||||
view_focus(view_next(view));
|
||||
view_focus(view_next(view->server, view));
|
||||
}
|
||||
|
||||
static const struct view_impl xdg_toplevel_view_impl = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue