ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RP] transient minor bug


From: FEJF
Subject: [RP] transient minor bug
Date: Fri, 9 Dec 2005 14:49:54 +0100
User-agent: KMail/1.9

hi,
it seams as there is a little bug in the split.c with the transient window 
detection. windows are transient either if there was a transient hint or if 
their maxsize is smaller then the screen. the second is only checked if 
enabled in conf.h. this check in the window.c looks like this:

~/cvs/ratpoison/src/window.c line 654++
  if (!win->transient
      && !(win->hints->flags & PMaxSize
           && win->hints->max_width < win->scr->width
              || win->hints->max_height < win->scr->height))

and in the split.c:

~/cvs/ratpoison/src/split.c line 86++
  if (!win->transient
      && !(win->hints->flags & PMaxSize
           && win->hints->max_width < win->scr->width
           && win->hints->max_height < win->scr->height))

so it seams that the split.c check should be changed to the window.c 
behaviour.
fejf

-- 
Stewie: HA! That's so funny I forgot to laugh! Excluding that first "ha".

Attachment: pgpAg0KyjL6Vw.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]