summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-08-17 21:33:55 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-08-17 21:33:55 +0000
commitaa88bc9918a812454c71c55acab0a6cea395c3d1 (patch)
treeffd5a9263551ea1d0446d2714a31fa27bbc4d99c /openbox/action.h
parentebc21270f10196c48a6e3a80f23855b3b917b93a (diff)
togglefullscreen action from Joaquin Aguirrezabalaga
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h
index 630bf41a..f940f7ea 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -271,6 +271,8 @@ void action_maximize_vert(union ActionData *data);
void action_unmaximize_vert(union ActionData *data);
/* ClientAction */
void action_toggle_maximize_vert(union ActionData *data);
+/* ClientAction */
+void action_toggle_fullscreen(union ActionData *data);
/* SendToDesktop */
void action_send_to_desktop(union ActionData *data);
/* SendToDesktopDirection */