diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-21 16:19:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-21 16:19:06 +0000 |
| commit | ba161e967b8f994e9c786d65c70318571fbf032b (patch) | |
| tree | 705443127d52e4ecbcfe9979d3726866e6b93453 /openbox/startupnotify.h | |
| parent | c4446bebff57d6e1bc9185d1f03aa5cc1995ddae (diff) | |
launch things on the desktop where you ran it.
also: kde apps move themselves to the current desktop when they open. what the heck?
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 |
