fix for not using startup notification

This commit is contained in:
Dana Jansens 2003-09-03 23:31:20 +00:00
parent 1ae0583b04
commit 1d6e2c1357

View file

@ -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