view: fix impl->set_fullscreen() argument bug

This commit is contained in:
Johan Malm 2021-08-24 21:53:20 +01:00
parent 645a8e46a6
commit 7bfe350f25
3 changed files with 3 additions and 5 deletions

View file

@ -226,8 +226,7 @@ maximize(struct view *view, bool maximized)
}
static void
set_fullscreen(struct view *view, bool fullscreen,
struct wlr_output *wlr_output)
set_fullscreen(struct view *view, bool fullscreen)
{
wlr_xwayland_surface_set_fullscreen(view->xwayland_surface, fullscreen);
}