From abe258be1d7e7a6e9881a3e654d7e69994498c62 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 8 Feb 2005 04:33:54 +0000 Subject: option for raise/lower related actions. hi floam. --- openbox/action.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openbox/action.h') 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 { -- cgit v1.2.3