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: 0D73F361Received on Fri Sep 29 2006 - 11:22:32 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:31:41 UTC