mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[client] wayland: libdecor maximize request should maximize, not minimize
This commit is contained in:
parent
537218d6ae
commit
e5a9c0242f
@ -145,7 +145,7 @@ static bool libdecor_shellInit(
|
||||
libdecor_frame_set_fullscreen(state.libdecorFrame, NULL);
|
||||
|
||||
if (maximize)
|
||||
libdecor_frame_set_minimized(state.libdecorFrame);
|
||||
libdecor_frame_set_maximized(state.libdecorFrame);
|
||||
|
||||
if (resizable)
|
||||
libdecor_frame_set_capabilities(state.libdecorFrame,
|
||||
|
Loading…
Reference in New Issue
Block a user