diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-26 07:41:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-26 07:41:32 +0000 |
| commit | 11615ac2c4576d6c3e0db20e8b62375184d374db (patch) | |
| tree | 8b8b606e270489037bf576b90507079f4b23d55d /openbox/action.h | |
| parent | 07c3a31cf5794447d3a5a52086cdeb808d817f3a (diff) | |
make the Desktop action an interactive one
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.h b/openbox/action.h index 99983ee1..3edc96b9 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -99,7 +99,7 @@ struct SendToDesktopDirection { }; struct Desktop { - struct AnyAction any; + struct InteractiveAction inter; guint desk; }; |
