Please close this bug.

On Wed, Feb 19, 2025 at 1:47 PM Ship Mints <shipmints@gmail.com> wrote:
I misread things.  Thanks to your better eyes.

On Wed, Feb 19, 2025 at 1:35 PM martin rudalics <rudalics@gmx.at> wrote:
 > For the sake of completeness.  We can address this if a dog barks.  There's
 > now a bug reference for it.

Sorry, I missed your patch till now.  Renaming 'fullscreen' to
'maximized' is wrong.  'fullscreen' is an alias for 'fullboth'.  In
gui_set_fullscreen we have

   else if (EQ (new_value, Qfullboth) || EQ (new_value, Qfullscreen))
     f->want_fullscreen = FULLSCREEN_BOTH;

martin