[Libreoffice-ux-advise] [Bug 125443] Implement different border colors depending on the LibreOffice app launched on Windows

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed May 22 13:35:02 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=125443

--- Comment #3 from William Gathoye <william at gathoye.be> ---
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.
https://stackoverflow.com/a/34279011/3514658

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list