diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2009-09-19 15:57:20 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2009-09-19 15:57:20 +0200 |
| commit | b89cc5859068fd5543dc9e7da3f469fb0c0a7a1c (patch) | |
| tree | b4c9bdcba493142a9fb0c44341ad16173bb49f7a /openbox/actions/all.c | |
| parent | 308478e4a5f4dc76d69395dda8a9bc42cb69eec4 (diff) | |
Add all the action names used in 3.4 so configs don't break
Diffstat (limited to 'openbox/actions/all.c')
| -rw-r--r-- | openbox/actions/all.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c index c86c4281..952d756d 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -39,4 +39,6 @@ void action_all_startup(void) action_growtoedge_startup(); action_if_startup(); action_focustobottom_startup(); + /* 3.4-compatibility */ + action_shadelowerraise_startup(); } |
