To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76650
------- Additional comments from [EMAIL PROTECTED] Mon Dec 17 18:23:23 +0000 2007 ------- maximizeFrame is called only for not EWMH compliant window managers (or those which do not support the fullscreen hint). This is of course where OOo needs the new screen sizes (for all screens of course). Which is where building in RandR support comes in. As for fixing this earlier, I'm all for it, especially if you have a developer already on it ? I have not really looked into RandR myself yet, but it seems you select for some extension events on the root window of each screen ? The right place to filter these and read the new configuration would be in vcl/unx/source/app/saldisp.cxx in the X11SalDisplay::Dispatch method; the corresponding place for the gtk plugin would be vcl/unx/gtk/app/gtkdata.cxx in GtkSalDisplay::filterGdkEvent. Actually the more complicated part will probably detecting RandR load-on-call because the binary still needs to run on machines where libXrandr is not installed). --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
