[Libreoffice-commits] .: vcl/aqua

Tor Lillqvist tml at kemper.freedesktop.org
Wed Jul 13 11:10:00 PDT 2011


 vcl/aqua/source/app/vclnsapp.mm |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit f356cb09362e7a573c6eb6a043388d4d69e6dce8
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Jul 13 21:09:43 2011 +0300

    Add a comment about the VCL_NSApplication magic

diff --git a/vcl/aqua/source/app/vclnsapp.mm b/vcl/aqua/source/app/vclnsapp.mm
index 5206c17..e103a6b 100644
--- a/vcl/aqua/source/app/vclnsapp.mm
+++ b/vcl/aqua/source/app/vclnsapp.mm
@@ -58,6 +58,10 @@
 }
 @end
 
+// If you wonder how this VCL_NSApplication stuff works, one thing you
+// might have missed is that the NSPrincipalClass property in
+// desktop/macosx/Info.plist has the value VCL_NSApplication.
+
 @implementation VCL_NSApplication
 -(void)sendEvent:(NSEvent*)pEvent
 {


More information about the Libreoffice-commits mailing list