summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-10-31 03:33:21 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-10-31 03:33:21 +0000
commitb18846db698e5aaec6b27633b7a6361d13f7de69 (patch)
tree8e207544af0589083ecfea464db5db3be672457d /openbox/action.h
parentefa508a2a27ef9b79ec5880858b04998932ae49b (diff)
Add MoveFromEdge* actions, shorten client_directional_edge_search with some handy #defines
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h1
1 files changed, 1 insertions, 0 deletions
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 {