To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=91990
------- Additional comments from [email protected] Wed Dec 22 10:50:43 +0000 2010 ------- pl: Hi, the call to CGBitmapContextCreate that you added does not work. Please see the console output. Wed Dec 22 11:29:19 macmini.kancl.blue-point.cz soffice.bin[24474] <Error>: CGBitmapContextCreate: unsupported parameter combination: 16 integer bits/component; 48 bits/pixel; 3-component color space; kCGImageAlphaNone; 2 bytes/row. Error: no context That also means that the block of older code starting at line 181 is wrong too. The 4th argument of CGBitmapContextCreate is not bitmap depth, but bits per component. I tried to fix this and to pass 5 or 8 as the argument but this did not work either. I still don't understand why a context would be needed. The main purpose of this code as I see it is to draw on screen to some window. If this drawing is write-only, it does not have to be emulated by creating a bitmap context. I have not seen any error message related to this non-existent context. Also the code [mpWindow setDelegate: mpWindow]; in vcl/aqua/source/window/salframe.cxx is IMHO really nonsense. That is why compiler outputs an error message. Those messages are intended for some other object. On the other hand, this code does not cause any harm. Sorry my response took so long. --------------------------------------------------------------------- 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]
