summaryrefslogtreecommitdiff
path: root/openbox/startupnotify.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-20 09:52:10 -0500
committerDana Jansens <danakj@orodu.net>2008-01-20 09:52:10 -0500
commit6a8a8531bad25c148b4c62263d16c0996a21ca6e (patch)
tree4fdd8c2ffdc9ce3522e143638a359442284f151c /openbox/startupnotify.h
parent2c6240fd2f3e50fca76bb3f4df172eb745982b79 (diff)
check them startupnotify-provided wmclass against both parts of a window's wm_class hint, as the spec doth say so.
Diffstat (limited to 'openbox/startupnotify.h')
-rw-r--r--openbox/startupnotify.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/openbox/startupnotify.h b/openbox/startupnotify.h
index 7c28faba..d6f29724 100644
--- a/openbox/startupnotify.h
+++ b/openbox/startupnotify.h
@@ -27,8 +27,11 @@ void sn_shutdown(gboolean reconfig);
gboolean sn_app_starting();
-/*! Notify that an app has started */
-Time sn_app_started(const gchar *id, const gchar *wmclass);
+/*! Notify that an app has started
+ @param wmclass the WM_CLASS[1] hint
+ @param name the WM_CLASS[0] hint
+ */
+Time sn_app_started(const gchar *id, const gchar *wmclass, const gchar *name);
/*! Get the desktop requested via the startup-notiication protocol if one
was requested */