From 598bf575c83a7ebc1be9029d70ea4197ced39d99 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 26 Sep 2003 20:04:29 +0000 Subject: allow focus and desktop actions to specify a yesorno value --- openbox/action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index bce741a6..222755fc 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -58,6 +58,7 @@ struct InteractiveAction { struct InterDirectionalAction{ struct InteractiveAction inter; ObDirection direction; + gboolean dialog; }; struct DirectionalAction{ @@ -130,6 +131,7 @@ struct CycleWindows { struct InteractiveAction inter; gboolean linear; gboolean forward; + gboolean dialog; }; union ActionData { -- cgit v1.2.3