summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.h b/openbox/action.h
index f79bd56b..9dfbc716 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -15,7 +15,7 @@ struct AnyAction {
struct DirectionalAction{
Client *c;
- int direction;
+ ObDirection direction;
};
struct Execute {