summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-03-28 17:05:23 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-03-28 17:05:23 +0000
commitfc5b9a56121e1da230ae77dea0ef91979a4660e3 (patch)
tree4200f5fc89a1dafb2020e4828934ac1eaaaa54b5 /openbox
parentf746a4975b1ab7559da3d9db51af14e1c084bc13 (diff)
fix compile without startup notification after r5711
Diffstat (limited to 'openbox')
-rw-r--r--openbox/startupnotify.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c
index 4c2672c1..51e78e26 100644
--- a/openbox/startupnotify.c
+++ b/openbox/startupnotify.c
@@ -33,10 +33,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)
-{
- return g_strdupv(environ);
-}
+ gchar *icon_name, gint desktop, Time time) {}
void sn_spawn_cancel() {}
#else