From 1d6e2c13573a6dcbcefd292b23130f3734cf2f1b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 23:31:20 +0000 Subject: [PATCH] fix for not using startup notification --- openbox/startupnotify.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 6d1ba5ad..8866e40a 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -5,7 +5,8 @@ void sn_startup(gboolean reconfig) {} void sn_shutdown(gboolean reconfig) {} gboolean sn_app_starting() { return FALSE; } -void sn_app_started(gchar *wmclass, guint *desktop) {} +void sn_app_started(gchar *wmclass) {} +gboolean sn_get_desktop(gchar *id, guint *desktop) { return FALSE; } #else -- 2.44.0