<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Implement different border colors depending on the LibreOffice app launched on Windows"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125443#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Implement different border colors depending on the LibreOffice app launched on Windows"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125443">bug 125443</a>
              from <span class="vcard"><a class="email" href="mailto:william@gathoye.be" title="William Gathoye <william@gathoye.be>"> <span class="fn">William Gathoye</span></a>
</span></b>
        <pre>Actually form my understanding of the issue, we don't really need client side
decoration. The Win32 function to open a window is already here in the VCL. It
just needs an additional argument (in a polymorphic/additional optional
argument way) to get the module we are in. Then, we "just" change the border
color using a simple initialized C structure.
SetSysColors should do the trick IMHO, but I need to check how to synchronize
the value between LibO apps.
<a href="https://stackoverflow.com/a/34279011/3514658">https://stackoverflow.com/a/34279011/3514658</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>