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
|
|
@ -115,7 +115,7 @@ view_set_fullscreen(struct view *view, bool fullscreen,
|
|||
return;
|
||||
}
|
||||
if (view->impl->set_fullscreen) {
|
||||
view->impl->set_fullscreen(view, fullscreen, wlr_output);
|
||||
view->impl->set_fullscreen(view, fullscreen);
|
||||
}
|
||||
if (view->toplevel_handle) {
|
||||
wlr_foreign_toplevel_handle_v1_set_fullscreen(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue