forked from AuroraMiddleware/gtk
mir: set application name when creating connection
This commit is contained in:
parent
99c79d6769
commit
94db94a78b
@ -177,7 +177,7 @@ _gdk_mir_display_open (const gchar *display_name)
|
||||
GdkMirDisplay *display;
|
||||
GDBusConnection *session;
|
||||
|
||||
connection = mir_connect_sync (NULL, "GDK-Mir");
|
||||
connection = mir_connect_sync (NULL, g_get_prgname ());
|
||||
if (!connection)
|
||||
return NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user