diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-11 20:29:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-11 20:29:10 +0000 |
| commit | 632557004ca2034b415f6c4b4de1cd14a14d1d55 (patch) | |
| tree | 9bd7354083402c31bb56f43293eb31ea1e63f39a /openbox | |
| parent | b02f558c1eaec7b97a805f399f3fe189d9748418 (diff) | |
cycleinwdows defaults to forward
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/actions/cyclewindows.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/cyclewindows.c b/openbox/actions/cyclewindows.c index 555417e2..23b2c516 100644 --- a/openbox/actions/cyclewindows.c +++ b/openbox/actions/cyclewindows.c @@ -44,6 +44,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node) o = g_new0(Options, 1); o->dialog = TRUE; + o->forward = TRUE; if ((n = parse_find_node("forward", node))) o->forward = parse_bool(doc, n); |
