mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 21:20:08 +01:00
Xquartz: Use org.x.X11 instead of com.apple.X11 for preferences
Fixed inconsistency so preferences get read from the correct source.
(cherry picked from commit a74c38bd9f)
This commit is contained in:
parent
41a0aeaae9
commit
740cc54f08
1 changed files with 1 additions and 2 deletions
|
|
@ -138,8 +138,7 @@ read_boolean_pref (CFStringRef name, int default_)
|
|||
int value;
|
||||
Boolean ok;
|
||||
|
||||
value = CFPreferencesGetAppBooleanValue (name,
|
||||
CFSTR ("com.apple.x11"), &ok);
|
||||
value = CFPreferencesGetAppBooleanValue (name, CFSTR ("org.x.x11"), &ok);
|
||||
return ok ? value : default_;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue