From 6377d2ee581c6fbc6a29f7e3c94de8a7324b9e7e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 12 Jul 2007 23:42:25 -0400 Subject: [PATCH] fix building without startup notification Signed-off-by: Dana Jansens --- openbox/startupnotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0