summaryrefslogtreecommitdiff
path: root/openbox/actions
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 04:37:33 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 04:37:33 +0000
commitfbc7607fbd1a380428a53094e727ac7631871bd4 (patch)
treeece58725f6c4d5e8081ffe41ec9d7ff9ac7c0993 /openbox/actions
parent58d8b90122b33f608b5c4c5b91d15207eb2cecf1 (diff)
add the cyclewindows action
Diffstat (limited to 'openbox/actions')
-rw-r--r--openbox/actions/all.c1
-rw-r--r--openbox/actions/all.h1
-rw-r--r--openbox/actions/execute.c3
3 files changed, 3 insertions, 2 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c
index 141fd12e..d60693b4 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -9,4 +9,5 @@ void action_all_startup()
action_reconfigure_startup();
action_exit_startup();
action_restart_startup();
+ action_cyclewindows_startup();
}
diff --git a/openbox/actions/all.h b/openbox/actions/all.h
index 789cce37..c3ab3a87 100644
--- a/openbox/actions/all.h
+++ b/openbox/actions/all.h
@@ -10,5 +10,6 @@ void action_showdesktop_startup();
void action_reconfigure_startup();
void action_exit_startup();
void action_restart_startup();
+void action_cyclewindows_startup();
#endif
diff --git a/openbox/actions/execute.c b/openbox/actions/execute.c
index 606bb153..8d45aad6 100644
--- a/openbox/actions/execute.c
+++ b/openbox/actions/execute.c
@@ -103,8 +103,7 @@ static gboolean run_func(ObActionsData *data, gpointer options)
/* sets up the environment */
sn_setup_spawn_environment(program, o->sn_name, o->sn_icon,
/* launch it on the current desktop */
- screen_desktop,
- data->time);
+ screen_desktop);
}
if (!g_spawn_async(NULL, argv, NULL,