summaryrefslogtreecommitdiff
path: root/openbox/actions/all.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 15:26:12 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 15:26:12 +0000
commit597c9c9321b6f96250da0891be98d41c7ac2c109 (patch)
treedfab6cba7c5e8c24cb5b41e9f6edffcc8d826ea2 /openbox/actions/all.h
parent1e6c375fdd1d10ba0b019505436069d21c751945 (diff)
add moverelative 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 846ec6c4..f026106e 100644
--- a/openbox/actions/all.h
+++ b/openbox/actions/all.h
@@ -23,5 +23,6 @@ void action_iconify_startup();
void action_fullscreen_startup();
void action_maximize_startup();
void action_moveto_startup();
+void action_moverelative_startup();
#endif