Merge branch 'bilelmoussaoui/macos-gdk-display' into 'main'

macos: Don't set NULL as a display name

See merge request GNOME/gtk!4453
This commit is contained in:
Christian Hergert
2022-02-09 00:30:04 +00:00

View File

@@ -730,7 +730,8 @@ _gdk_macos_display_open (const char *display_name)
if (self != NULL)
return NULL;
GDK_NOTE (MISC, g_message ("opening display %s", display_name ? display_name : ""));
display_name = display_name ? display_name : "";
GDK_NOTE (MISC, g_message ("opening display %s", display_name));
/* Make the current process a foreground application, i.e. an app
* with a user interface, in case we're not running from a .app bundle