application: Fix build without x11

This commit is contained in:
Christian Persch 2012-05-03 18:47:58 +02:00
parent ff66d0d8e5
commit 4b4ec4472c

View File

@ -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