To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=65412 Issue #:|65412 Summary:|Xinerama support with Xorg and Solaris x86 Component:|porting Version:|OOo 2.0.2 Platform:|PC URL:| OS/Version:|Solaris Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|ENHANCEMENT Priority:|P3 Subcomponent:|code Assigned to:|hjs Reported by:|it46
------- Additional comments from [EMAIL PROTECTED] Mon May 15 11:41:10 -0700 2006 ------- Xsun and Xorg use almost a "similar" API for Xinerama support. The file vcl/unx/source/app/saldisp.cxx tries to handle those small differences. In Xsun: XineramaGetInfo and XineramaGetState are used to initialize Xinerama. Those functions are not present in Xorg. In saldisp.cxx the assumption is that Solaris always runs with Xsun. When using "OpenSolaris+Xorg", it should be treated as a X86 system to avoid undefined symbols. This is the only place in the whole build where the unxsoli4 values will not work in this special configuration Solaris + Xorg. I am thinking in this possible solution for the patch: autoconf identifies if we are in a Xorg or Xsun system and we add one more defined(XSUN/XORG) for that special case saldisp.cxx Any better approach? --------------------------------------------------------------------- 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]