diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-13 21:09:43 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-13 21:09:43 +0300 |
commit | ecf04369ec7b2d08f2553cc3207aa2640972c766 (patch) | |
tree | 69f0daf3fdefea29153066cb2fe9ec52a45a8dce /vcl/aqua | |
parent | 44fb00ef676e12d1be3cc552c35efde6ea1fca71 (diff) |
Add a comment about the VCL_NSApplication magic
Diffstat (limited to 'vcl/aqua')
-rw-r--r-- | vcl/aqua/source/app/vclnsapp.mm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/aqua/source/app/vclnsapp.mm b/vcl/aqua/source/app/vclnsapp.mm index 5206c17dd2d7..e103a6b3e387 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 { |