maximized

    Maximized window mode, i.e. Window will occupy whole screen area except task bar and still display its borders. Normally happens when the maximize button is pressed.

    DisplayServer.swift:288
    case maximized

    Other cases

    • case windowed

      Windowed mode, i.e. Window doesn’t occupy the whole screen (unless set to the size of the screen).

    • case minimized

      Minimized window mode, i.e. Window is not visible and available on window manager’s window list. Normally happens when the minimize button is pressed.

    • case fullscreen

      Full screen mode with full multi-window support.

    • case exclusiveFullscreen

      A single window full screen mode. This mode has less overhead, but only one window can be open on a given screen at a time (opening a child window or application switching will trigger a full screen transition).