diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-10-31 03:33:21 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-10-31 03:33:21 +0000 |
| commit | b18846db698e5aaec6b27633b7a6361d13f7de69 (patch) | |
| tree | 8e207544af0589083ecfea464db5db3be672457d /openbox/action.h | |
| parent | efa508a2a27ef9b79ec5880858b04998932ae49b (diff) | |
Add MoveFromEdge* actions, shorten client_directional_edge_search with some handy #defines
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 1 |
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 { |
