diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-24 00:01:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-24 00:01:55 +0000 |
| commit | 4a6e98cad8dc8a8ca4006886615f4c4a7a80b02a (patch) | |
| tree | b39b44bc5330c17e0764d8f19911cde3391bd0e5 /openbox/action.h | |
| parent | 687559cb2d8fce88d0d26223bb9468414a862ab7 (diff) | |
add restart and exit actions
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h index cf6f633e..52080251 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -161,5 +161,9 @@ void action_toggle_decorations(union ActionData *data); void action_move(union ActionData *data); /* Resize */ void action_resize(union ActionData *data); +/* Execute */ +void action_restart(union ActionData *data); +/* Any */ +void action_exit(union ActionData *data); #endif |
