From: Dana Jansens Date: Fri, 13 Jul 2007 03:42:25 +0000 (-0400) Subject: fix building without startup notification X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=6377d2ee581c6fbc6a29f7e3c94de8a7324b9e7e;p=chaz%2Fopenbox fix building without startup notification Signed-off-by: Dana Jansens --- diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index f1b067c7..3383dd5f 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -34,7 +34,7 @@ Time sn_app_started(const gchar *id, const gchar *wmclass) } gboolean sn_get_desktop(gchar *id, guint *desktop) { return FALSE; } void sn_setup_spawn_environment(gchar *program, gchar *name, - gchar *icon_name, gint desktop, Time time) {} + gchar *icon_name, gint desktop) {} void sn_spawn_cancel() {} #else