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.h | |
| parent | 308478e4a5f4dc76d69395dda8a9bc42cb69eec4 (diff) | |
Add all the action names used in 3.4 so configs don't break
Diffstat (limited to 'openbox/actions/all.h')
| -rw-r--r-- | openbox/actions/all.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/actions/all.h b/openbox/actions/all.h index 909836ae..1f520b93 100644 --- a/openbox/actions/all.h +++ b/openbox/actions/all.h @@ -40,5 +40,7 @@ void action_movetoedge_startup(void); void action_growtoedge_startup(void); void action_if_startup(void); void action_focustobottom_startup(void); +/* 3.4-compatibility */ +void action_shadelowerraise_startup(void); #endif |
