diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-03-27 15:25:39 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-03-27 15:25:39 +0000 |
| commit | 04c77b7234aade8abdb8d08728de1c3e93d968ad (patch) | |
| tree | 29874d7dc28a965b58bb0824fdb436f834d5370a /openbox/action.h | |
| parent | 134974e8e2b69b0642dab76ef828bc9741270f7c (diff) | |
action toggledockautohide to toggle if the dock autohides
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 e0dcd769..630bf41a 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -306,6 +306,8 @@ void action_send_to_layer(union ActionData *data); /* Layer */ void action_toggle_layer(union ActionData *data); /* Any */ +void action_toggle_dockautohide(union ActionData *data); +/* Any */ void action_toggle_show_desktop(union ActionData *data); /* Any */ void action_show_desktop(union ActionData *data); |
