<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Support for Client Side Windows Decorations in LibreOffice"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113388#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Support for Client Side Windows Decorations in LibreOffice"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113388">bug 113388</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>Windows allows this using Desktop Windows Manager (DWM) APIs and extending the
Client Frame [1] replacing the Standard Frame.

IIUC macOS AppKit does also, from the NSWindow/NSView ->
NSAppearanceCustomization [2], but as we make no use of NSAppearance (taking
defaults) for the NSWindow/NSView and stylemask(s).

So both of these would require entirely new development in native code to do
any sort of client side decoration.

While on Linux--X11, and now Wayland, there are multiple code paths for doing
this depending on the DE supporting GUI toolkit being supported.

So, while it could be done--there is no _compelling_ requirement to do so, and
a whole bunch of pain involved in trying to implement cross platform with any
consistent fashion. Allowing  OS and DE defaults just makes more sense from a
UX position.

Again IMHO => WONTFIX

=-ref-=
[1]
<a href="https://msdn.microsoft.com/en-us/library/windows/desktop/bb688195(v=vs.85).aspx">https://msdn.microsoft.com/en-us/library/windows/desktop/bb688195(v=vs.85).aspx</a>

[2] <a href="https://developer.apple.com/documentation/appkit/nsappearancecustomization">https://developer.apple.com/documentation/appkit/nsappearancecustomization</a>
<a href="https://developer.apple.com/documentation/appkit/nsappearance">https://developer.apple.com/documentation/appkit/nsappearance</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>