2008/6/14 Johannes Hofmann <[EMAIL PROTECTED]>:
> Hi,
>
> with current tip (118ea4f4f554) it seems no longer possible to focus
> a client by clicking it with the left mouse button.
> To reproduce move the mouse over the stack, focus the main window
> using MODKEY-k, close that window e.g. using Ctrl-d. Now it is not
> possible to focus the window under the mouse by clicking on it.
>
> Regards,
> Johannes
>
>

It's true, this is something I changed in my dwm after sending the
patch to the list (I didn't know it was going to be applied). This (in
buttonpress()) will do the trick:

        else if((c = getclient(ev->window))) {
                click = ClkClientWin;
                focus(c);
        }




-- 


- yiyus || JGL .

Reply via email to