X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Faction.h;h=222755fcd9ce7340317137db782e50e2ee7e6122;hb=51cc41e4db6295fbf9a3d2be6e8935d51ad61458;hp=78f2176fc0df0722f181dfc67c90e263837d1042;hpb=eb51015bc39dead34d041ab48fec51a56ba99e7a;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index 78f2176f..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 { @@ -209,8 +211,6 @@ void action_run_list(GSList *acts, struct _ObClient *c, ObFrameContext context, #define action_run(a, c, s) \ action_run_list(a, c, OB_FRAME_CONTEXT_NONE, s, 0, -1, -1, FALSE, FALSE) -/*! This is only for internal usage, i.e. not meant for user bindings and - such! */ void action_run_string(const gchar *name, struct _ObClient *c); /* Execute */