aboutsummaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-06 06:04:23 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-06 06:04:23 +0000
commitea9797f1105ed972147e3dc81f0b49090d0d88b6 (patch)
treeae9bcebfe01249be9eae45869eb2eba260500d5f /action.h
parent445d958902177390320e2d5bc384e7fb47afdeaf (diff)
downloaddzen-ea9797f1105ed972147e3dc81f0b49090d0d88b6.tar.gz
dzen-ea9797f1105ed972147e3dc81f0b49090d0d88b6.zip
added actions:
togglecollapse togglehide a_collapse: removed unmapping of each subwindow git-svn-id: http://dzen.googlecode.com/svn/trunk@118 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'action.h')
-rw-r--r--action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/action.h b/action.h
index 0af044b..4c592d3 100644
--- a/action.h
+++ b/action.h
@@ -63,6 +63,7 @@ int a_exit(char **);
int a_exec(char **);
int a_collapse(char **);
int a_uncollapse(char **);
+int a_togglecollapse(char **);
int a_stick(char **);
int a_unstick(char **);
int a_togglestick(char **);
@@ -70,6 +71,7 @@ int a_scrollup(char **);
int a_scrolldown(char **);
int a_hide(char **);
int a_unhide(char **);
+int a_togglehide(char **);
int a_menuprint(char **);
int a_menuexec(char **);
int a_raise(char **);