From 4044b942e74b59599e82bb4834a730c32e49820d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 19:15:07 +0000 Subject: let you use "last" in desktop action --- openbox/action.c | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index be54a006..37370e80 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -773,27 +773,6 @@ void action_send_to_desktop(union ActionData *data) } } -void action_desktop_dir(union ActionData *data) -{ - guint d; - - d = screen_cycle_desktop(data->desktopdir.dir, - data->desktopdir.wrap, - data->desktopdir.linear, - data->desktopdir.inter.any.interactive, - data->desktopdir.inter.final, - data->desktopdir.inter.cancel); - /* only move the desktop when the action is complete. if we switch - desktops during the interactive action, focus will move but with - NotifyWhileGrabbed and applications don't like that. */ - if (!data->sendtodir.inter.any.interactive || - (data->sendtodir.inter.final && !data->sendtodir.inter.cancel)) - { - if (d != screen_desktop) - screen_set_desktop(d, TRUE); - } -} - void action_send_to_desktop_dir(union ActionData *data) { ObClient *c = data->sendtodir.inter.any.c; -- cgit v1.2.3