projects
/
dana
/
openbox-history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add the showdesktop action
[dana/openbox-history.git]
/
openbox
/
actions
/
all.h
1
#ifndef __actions_all_h
2
#define __actions_all_h
3
4
void action_all_startup();
5
6
void action_execute_startup();
7
void action_debug_startup();
8
void action_showmenu_startup();
9
void action_showdesktop_startup();
10
11
#endif