Skip to content

Commit

Permalink
[client] wayland: libdecor maximize request should maximize, not mini…
Browse files Browse the repository at this point in the history
…mize
  • Loading branch information
Xyene authored and gnif committed Dec 24, 2023
1 parent 537218d commit e5a9c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/displayservers/Wayland/desktops/libdecor/libdecor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e5a9c02

Please sign in to comment.