diff options
Diffstat (limited to 'openbox/startupnotify.h')
| -rw-r--r-- | openbox/startupnotify.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/startupnotify.h b/openbox/startupnotify.h index 850f39a7..87b17f90 100644 --- a/openbox/startupnotify.h +++ b/openbox/startupnotify.h @@ -36,7 +36,8 @@ gboolean sn_get_desktop(gchar *id, guint *desktop); /* Get the environment to run the program in, with startup notification */ gchar **sn_get_spawn_environment(char *program, char *name, - char *icon_name, Time time); + char *icon_name, gint desktop, + Time time); /* Tell startup notification we're not actually running the program we told it we were |
