projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a32ba5
)
comment that the relative move/resize amounts need to be set
author
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 13:14:50 +0000
(13:14 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 13:14:50 +0000
(13:14 +0000)
openbox/action.h
patch
|
blob
|
history
diff --git
a/openbox/action.h
b/openbox/action.h
index 672ee6c42b1f78c9e9e1bb253d2553641c033f10..95d9bc2cf9de6f49361c15fb4cb81fd710fe6ab5 100644
(file)
--- a/
openbox/action.h
+++ b/
openbox/action.h
@@
-91,6
+91,10
@@
Action *action_new(void (*func)(union ActionData *data));
action_execute - the path needs to be set
action_restart - the path can optionally be set
action_desktop - the destination desktop needs to be set
+ action_move_relative_horz - the delta
+ action_move_relative_vert - the delta
+ action_resize_relative_horz - the delta
+ action_resize_relative_vert - the delta
*/
Action *action_from_string(char *name);
void action_free(Action *a);