Re: [dwm] Re: Firefox problem...

From: Marek Bernat <marek.bernat_AT_gmail.com>
Date: Fri, 29 Sep 2006 11:35:18 +0200

It didn't help.
ATM I can tell you that that game window had 'newmask' set, while firefox
didn't.

On 9/29/06, Anselm R. Garbe <arg_AT_10kloc.org> wrote:
>
> On Fri, Sep 29, 2006 at 11:19:31AM +0200, Marek Bernat wrote:
> > It does solve the firefox problem.
> > But I tried to reproduce the firefox problem with other apps and here is
> > what I discovered:
> > When running fullscreen game, tagged as a
> > float, the Sander's patch did all right but your doesn't (i.e. the
> behaviour
> > described by usrucb occurs).
>
> Can you check with adding following line please:
>
> if(c->isfloat) {
> - resize(c, False, TopLeft);
> - if(!isvisible(c))
> - ban(c);
> + if(isvisible(c))
> + resize(c, False, TopLeft);
> + else
> + configure(c);
> }
>
> I suspect this might help.
> --
> Anselm R. Garbe ><>< www.ebrag.de ><>< GPG key: 0D73F361
>
>
Received on Fri Sep 29 2006 - 11:35:18 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:31:41 UTC