all repos — openbox @ 9dacac5e5e6b9ed86e76680b048bc227d8866ac6

openbox fork - make it a bit more like ryudo

openbox/actions/all.h (raw)

1
2
3
4
5
6
7
8
9
#ifndef __actions_all_h
#define __actions_all_h

void action_all_startup();

void action_execute_startup();
void action_debug_startup();

#endif