Add MoveFromEdge* actions, shorten client_directional_edge_search with some handy...
[mikachu/openbox.git] / openbox / action.h
index 7aab7bd..4c749fe 100644 (file)
@@ -65,6 +65,7 @@ struct InterDirectionalAction{
 struct DirectionalAction{
     struct AnyAction any;
     ObDirection direction;
+    gboolean hang;
 };
 
 struct Execute {