all repos — openbox @ 1b7e813c62a6e54690d15550d51ac4269e63f346

openbox fork - make it a bit more like ryudo

openbox/actions/all.h (raw)

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

void action_all_startup();

void action_execute_startup();
void action_debug_startup();
void action_showmenu_startup();
void action_showdesktop_startup();

#endif