diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-21 11:04:58 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-21 11:04:58 -0700 |
commit | 02756b6c5911f656a750cdca76b37b50ec68c74d (patch) | |
tree | 1c5bc0e8debbd3a78688bdd848313593e07ef7ee | |
parent | c5c67b47fe86c5038b300e498ec3e3e751bd87fc (diff) |
Re-added LSBackgroundOnly which got removed from the plistxorg-server-1.2-apple
-rw-r--r-- | hw/xquartz/bundle/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xquartz/bundle/Info.plist b/hw/xquartz/bundle/Info.plist index a16e84692..c08bfabfe 100644 --- a/hw/xquartz/bundle/Info.plist +++ b/hw/xquartz/bundle/Info.plist @@ -37,5 +37,7 @@ Copyright © 2003-2008, X.org Foundation, Inc. <string>main</string> <key>NSPrincipalClass</key> <string>X11Application</string> + <key>LSBackgroundOnly</key> + <true/> </dict> </plist> |