From ec67e96583fe0a1f9a1ef2f75b9293117c115319 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 Mar 2007 22:52:50 +0000 Subject: make startup notification a little more robust. obconf is just broken, between the application and it's .desktop. --- openbox/startupnotify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/startupnotify.h') diff --git a/openbox/startupnotify.h b/openbox/startupnotify.h index 5d305afd..1a6d47a1 100644 --- a/openbox/startupnotify.h +++ b/openbox/startupnotify.h @@ -27,7 +27,7 @@ void sn_shutdown(gboolean reconfig); gboolean sn_app_starting(); /*! Notify that an app has started */ -void sn_app_started(gchar *wmclass); +void sn_app_started(const gchar *id, const gchar *wmclass); /*! Get the desktop requested via the startup-notiication protocol if one was requested */ -- cgit v1.2.3