fix compile without startup notification after r5711
This commit is contained in:
parent
f746a4975b
commit
fc5b9a5612
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue