diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-31 20:06:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-31 20:06:42 +0000 |
| commit | 854da68d0f5bed8c85c101fd6895244d60183ff5 (patch) | |
| tree | 3442c5e09253dfab99abd3f670a9ccf7234dc08c /openbox/action.h | |
| parent | 030fabad14e994d575feba9894a0412e5266f0bb (diff) | |
add the DesktopLast action, props to marius nita for this one
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h index 1b8f2156..3f6d84eb 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -214,6 +214,8 @@ void action_send_to_desktop_dir(union ActionData *data); void action_desktop(union ActionData *data); /* DesktopDirection */ void action_desktop_dir(union ActionData *data); +/* Any */ +void action_desktop_last(union ActionData *data); /* ClientAction */ void action_toggle_decorations(union ActionData *data); /* MoveResize */ |
