]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
let functions get which window would be selected on a focus fallback
[chaz/openbox] / openbox / action.h
index 78f2176fc0df0722f181dfc67c90e263837d1042..222755fcd9ce7340317137db782e50e2ee7e6122 100644 (file)
@@ -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 */
This page took 0.020709 seconds and 4 git commands to generate.