summaryrefslogtreecommitdiff
path: root/openbox/actions/all.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 14:39:01 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 14:39:01 +0000
commit1eb727064a4ad19c89b55d08d68e8d4b85c0b1d7 (patch)
tree3fbad1c117e78ecaeb18945b409e82ac94180e42 /openbox/actions/all.h
parentcf478381b3e386dc0478403cf1a73b4d3ec6fa61 (diff)
add the fullscreen action
Diffstat (limited to 'openbox/actions/all.h')
-rw-r--r--openbox/actions/all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/all.h b/openbox/actions/all.h
index 0b6813eb..238dc3a9 100644
--- a/openbox/actions/all.h
+++ b/openbox/actions/all.h
@@ -20,5 +20,6 @@ void action_lower_startup();
void action_raiselower_startup();
void action_unfocus_startup();
void action_iconify_startup();
+void action_fullscreen_startup();
#endif