X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=222755fcd9ce7340317137db782e50e2ee7e6122;hb=7101e30ed8a7134ac5a8099c9ec1d7cb919edcd0;hp=bce741a6c794ff437ef543bee9964a796ba38c91;hpb=54b8eb3bf321190702b0515502e98c9287e6221b;p=chaz%2Fopenbox 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 {