mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-05 02:10:13 +01:00
XQuartz: Use CFSTR to avoid implicit cast warning of NSString * to CFStringRef
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit c319f7b5b3)
This commit is contained in:
parent
eeb9ce746f
commit
d97501fffc
1 changed files with 1 additions and 1 deletions
|
|
@ -1002,7 +1002,7 @@ void X11ApplicationMain (int argc, char **argv, char **envp) {
|
|||
|
||||
if (app_prefs_domain_cfstr == NULL) {
|
||||
ErrorF("X11ApplicationMain: Unable to determine bundle identifier. Your installation of XQuartz may be broken.\n");
|
||||
app_prefs_domain_cfstr = @LAUNCHD_ID_PREFIX".X11";
|
||||
app_prefs_domain_cfstr = CFSTR(LAUNCHD_ID_PREFIX".X11");
|
||||
}
|
||||
|
||||
[NSApp read_defaults];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue