all repos — openbox @ 1d6e2c13573a6dcbcefd292b23130f3734cf2f1b

openbox fork - make it a bit more like ryudo

fix for not using startup notification
Dana Jansens danakj@orodu.net
commit

1d6e2c13573a6dcbcefd292b23130f3734cf2f1b

parent

1ae0583b045ead56dfa7002ee83378fed64c920b

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

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

@@ -5,7 +5,8 @@

void sn_startup(gboolean reconfig) {} void sn_shutdown(gboolean reconfig) {} gboolean sn_app_starting() { return FALSE; } -void sn_app_started(gchar *wmclass, guint *desktop) {} +void sn_app_started(gchar *wmclass) {} +gboolean sn_get_desktop(gchar *id, guint *desktop) { return FALSE; } #else