]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
color_black was unused
[chaz/openbox] / openbox / action.h
index bce741a6c794ff437ef543bee9964a796ba38c91..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 {
This page took 0.025485 seconds and 4 git commands to generate.