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; }
|
gboolean sn_get_desktop(gchar *id, guint *desktop) { return FALSE; }
|
||||||
void sn_setup_spawn_environment(gchar *program, gchar *name,
|
void sn_setup_spawn_environment(gchar *program, gchar *name,
|
||||||
gchar *icon_name, gint desktop, Time time)
|
gchar *icon_name, gint desktop, Time time) {}
|
||||||
{
|
|
||||||
return g_strdupv(environ);
|
|
||||||
}
|
|
||||||
void sn_spawn_cancel() {}
|
void sn_spawn_cancel() {}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue