summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-14 20:55:36 +0000
committerDana Jansens <danakj@orodu.net>2007-05-14 20:55:36 +0000
commitb906db3e11c06997261297cdb1992fd1b05738ff (patch)
tree6503d780adc2ef22be55a4170a4869a60c84e520 /openbox/action.h
parentff7eb1ea3da0d7f778e7bb97d497976155e38628 (diff)
remove the dialog option for Desktop action for now. can't change desktop during a grab. the dialog for desktop changing will need to change, and then we can add it back
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 7c48f37b..38452e44 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -115,7 +115,7 @@ struct SendToDesktopDirection {
};
struct Desktop {
- struct InteractiveAction inter;
+ struct AnyAction inter;
guint desk;
};