diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-12 23:42:25 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-12 23:42:25 -0400 |
| commit | 6377d2ee581c6fbc6a29f7e3c94de8a7324b9e7e (patch) | |
| tree | 06b43784f9e9f70e7dba2407ae8644259cb16c00 /openbox | |
| parent | 065d963f0b0bca12f877b7ee9e0d45e7032f273a (diff) | |
fix building without startup notification
Signed-off-by: Dana Jansens <danakj@orodu.net>
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/startupnotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
