stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Save screen layout in registers


From: Shawn Betts
Subject: Re: [STUMP] Save screen layout in registers
Date: Sat, 25 Mar 2006 19:57:19 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix)

Philippe Brochard <address@hidden> writes:

> Me again,
>
> Here is a new version of the code.
>
> I've noticed some problems with empty frames when moving windows by
> number. In fact, I got this in pull-window-by-number:
>
> Before pulling:
> DEBUG: Pull: screen frame tree=
> (#S(FRAME :NUMBER 0 :X 0 :Y 0 :WIDTH 1024 :HEIGHT 768 :WINDOW #<WINDOW :0 
> 6291546>)
>  #S(FRAME :NUMBER 1 :X 1024 :Y 0 :WIDTH 1024 :HEIGHT 768 :WINDOW NIL))  
>
> After pulling:
> DEBUG: Pull*: screen frame tree=
> (#S(FRAME :NUMBER 0 :X 0 :Y 0 :WIDTH 1024 :HEIGHT 768 :WINDOW #<WINDOW :0 
> 6291546>)
>                                                                           
> ^^^^^^^
>  #S(FRAME :NUMBER 1 :X 1024 :Y 0 :WIDTH 1024 :HEIGHT 768 :WINDOW #<WINDOW :0 
> 6291546>))
>
> The frame 0 have to be empty!

You're right. I've fixed this in CVS.

-Shawn




reply via email to

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