diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-10 22:52:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-10 22:52:50 +0000 |
| commit | ec67e96583fe0a1f9a1ef2f75b9293117c115319 (patch) | |
| tree | 336e288a601dc3589a148d9136822bf5604a10f7 /openbox/startupnotify.h | |
| parent | 3f7ad89510b3182d69a9543f78637619eb13219f (diff) | |
make startup notification a little more robust. obconf is just broken, between
the application and it's .desktop.
Diffstat (limited to 'openbox/startupnotify.h')
| -rw-r--r-- | openbox/startupnotify.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
