mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
view: fix impl->set_fullscreen() argument bug
This commit is contained in:
parent
645a8e46a6
commit
7bfe350f25
3 changed files with 3 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue