all repos — openbox @ 38268dc917ac9e59d9e8ef87825c9489ced77e95

openbox fork - make it a bit more like ryudo

openbox/actions/all.c (raw)

1
2
3
4
5
6
7
8
#include "all.h"

void action_all_startup()
{
    action_execute_startup();
    action_debug_startup();
    action_showmenu_startup();
}