diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2005-02-08 04:33:54 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2005-02-08 04:33:54 +0000 |
| commit | abe258be1d7e7a6e9881a3e654d7e69994498c62 (patch) | |
| tree | 601be512c421e6d21d12850406d1a5fa8b6b1538 /openbox/action.h | |
| parent | e74fbdaa0e8ee61b747b4efb4f66ae3992af925c (diff) | |
<group> option for raise/lower related actions. hi floam.
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h index 3b991a67..03582875 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -134,6 +134,11 @@ struct CycleWindows { gboolean dialog; }; +struct Stacking { + struct AnyAction any; + gboolean group; +}; + union ActionData { struct AnyAction any; struct InteractiveAction inter; @@ -151,6 +156,7 @@ union ActionData { struct ShowMenu showmenu; struct CycleWindows cycle; struct Layer layer; + struct Stacking stacking; }; struct _ObAction { |
