diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 19:10:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 19:10:00 +0000 |
| commit | 6973d5b8a50844ef8eecf076f8f15d5ece4270ef (patch) | |
| tree | 475de069018ed93911b85f47afd62d767af3fcd2 /openbox/action.c | |
| parent | 16f2b255cb3e504f7695bc94ec691f949bf6722d (diff) | |
add directionaldesktop action
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/openbox/action.c b/openbox/action.c index 58a0e61f..be54a006 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -391,36 +391,6 @@ ActionString actionstrings[] = setup_action_send_to_desktop_down }, { - "desktopnext", - action_desktop_dir, - setup_action_desktop_next - }, - { - "desktopprevious", - action_desktop_dir, - setup_action_desktop_prev - }, - { - "desktopright", - action_desktop_dir, - setup_action_desktop_right - }, - { - "desktopleft", - action_desktop_dir, - setup_action_desktop_left - }, - { - "desktopup", - action_desktop_dir, - setup_action_desktop_up - }, - { - "desktopdown", - action_desktop_dir, - setup_action_desktop_down - }, - { "toggledockautohide", action_toggle_dockautohide, NULL @@ -607,12 +577,6 @@ ObAction *action_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node, if (act->data.sendto.desk > 0) act->data.sendto.desk--; if ((n = parse_find_node("follow", node->xmlChildrenNode))) act->data.sendto.follow = parse_bool(doc, n); - } else if (act->func == action_desktop_dir) { - if ((n = parse_find_node("wrap", node->xmlChildrenNode))) - act->data.desktopdir.wrap = parse_bool(doc, n); - if ((n = parse_find_node("dialog", node->xmlChildrenNode))) - act->data.desktopdir.inter.any.interactive = - parse_bool(doc, n); } else if (act->func == action_send_to_desktop_dir) { if ((n = parse_find_node("wrap", node->xmlChildrenNode))) act->data.sendtodir.wrap = parse_bool(doc, n); |
