]> Dogcows Code - chaz/openbox/blob - openbox/actions/all.c
a8cf305ff8c6d2e177449b8153657881815aa799
[chaz/openbox] / openbox / actions / all.c
1 #include "all.h"
2
3 void action_all_startup()
4 {
5 action_execute_startup();
6 action_debug_startup();
7 action_showmenu_startup();
8 action_showdesktop_startup();
9 action_reconfigure_startup();
10 action_exit_startup();
11 action_restart_startup();
12 action_cyclewindows_startup();
13 action_activate_startup();
14 }
This page took 0.034527 seconds and 3 git commands to generate.