X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Faction.c;h=cb703a66e32a791c470f062ceb8199a69eec81fa;hb=9fcb2aa1d25ec9889b45d145939fb17160b1106a;hp=8c8064f89a21ab86acc5f145efbcdb6f981e9558;hpb=627125a6c6e6728de98aa813e353ec75bab7b54c;p=chaz%2Fopenbox diff --git a/openbox/action.c b/openbox/action.c index 8c8064f8..cb703a66 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -42,7 +42,7 @@ inline void client_action_start(union ActionData *data) { if (config_focus_follow) if (data->any.context != OB_FRAME_CONTEXT_CLIENT && !data->any.button) - grab_pointer(TRUE, FALSE, OB_CURSOR_NONE); + grab_pointer(FALSE, FALSE, OB_CURSOR_NONE); } inline void client_action_end(union ActionData *data) @@ -50,7 +50,7 @@ inline void client_action_end(union ActionData *data) if (config_focus_follow) if (data->any.context != OB_FRAME_CONTEXT_CLIENT) { if (!data->any.button) { - grab_pointer(FALSE, FALSE, OB_CURSOR_NONE); + ungrab_pointer(); } else { ObClient *c;