all repos — openbox @ fc5b9a56121e1da230ae77dea0ef91979a4660e3

openbox fork - make it a bit more like ryudo

fix compile without startup notification after r5711
Mikael Magnusson mikachu@comhem.se
commit

fc5b9a56121e1da230ae77dea0ef91979a4660e3

parent

f746a4975b1ab7559da3d9db51af14e1c084bc13

1 files changed, 1 insertions(+), 4 deletions(-)

jump to
M openbox/startupnotify.copenbox/startupnotify.c

@@ -33,10 +33,7 @@ return CurrentTime;

} 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