Bug 846566 - Enable HiDPI for fullscreen plugins by adding an NSPrincipalClass entry to the plugin bundle's Info.plist. r=smichaud

This commit is contained in:
Markus Stange 2014-01-28 00:04:42 +01:00
parent fc6f4b74e8
commit 34d95d0f26

View File

@ -27,7 +27,9 @@
</dict>
<key>LSUIElement</key>
<string>1</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>