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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Julien Nabet <[email protected]> ---
Here are the locations where XSizeHints is used:
http://opengrok.libreoffice.org/search?q=XSizeHints&project=core&defs=&refs=&path=&hist=

Just a guess but I wonder if the pb could be here:
http://opengrok.libreoffice.org/xref/core/desktop/unx/source/splashx.c#483

Indeed, in all the other places (which are in C++), initialization of the
XSizeHints element is done with some calls of method (XAllocSizeHints,
XGetWMNormalHints, ...)

I found this link indicating how to initialize XSizeHints in C:
http://www.unix-manuals.com/tutorials/xlib/xlib.html

So I gave a try with this patch waiting for review:
https://gerrit.libreoffice.org/#/c/19219/1

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to