From b18846db698e5aaec6b27633b7a6361d13f7de69 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 31 Oct 2006 03:33:21 +0000 Subject: Add MoveFromEdge* actions, shorten client_directional_edge_search with some handy #defines --- openbox/action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index 7aab7bd6..4c749fee 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -65,6 +65,7 @@ struct InterDirectionalAction{ struct DirectionalAction{ struct AnyAction any; ObDirection direction; + gboolean hang; }; struct Execute { -- cgit v1.2.3