mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
application: Fix build without x11
This commit is contained in:
parent
ff66d0d8e5
commit
4b4ec4472c
@ -502,7 +502,9 @@ gtk_application_init (GtkApplication *application)
|
||||
GTK_TYPE_APPLICATION,
|
||||
GtkApplicationPrivate);
|
||||
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
application->priv->next_id = 1;
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user