fix for not using startup notification
This commit is contained in:
parent
1ae0583b04
commit
1d6e2c1357
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue