* Peter John Hartman <peterjohnhart...@gmail.com> [2010-09-11 15:23:18 -0400]:
> This fixes it:
> 
> diff -r 050d521d66d8 -r c361034c5a1c dwm.c
> --- a/dwm.c     Tue Aug 24 13:13:20 2010 +0100
> +++ b/dwm.c     Sat Sep 11 19:00:18 2010 +0000
> @@ -799,7 +799,7 @@
>                 unfocus(selmon->sel, True);
>                 selmon = m;
>         }
> -       focus(wintoclient(ev->window));
> +       focus((wintoclient(ev->window)));
>  }
> 
> But evidently that's odd.  
> gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2)  
> 
> I use the default config.mk (without XINERAMA stuff) and config.h.
> 
> In any case, that fixes the bug and now openoffice and firefox behave.
> 
> Thoughts?
> Peter

can you please add -S to CFLAGS and send the diff -u of the resulting
dwm.s in the parenthesis vs no parenthesis case?

i'm interested in the problem

Reply via email to