On 1/5/07, Anselm R. Garbe <[EMAIL PROTECTED]> wrote:
On Fri, Jan 05, 2007 at 03:58:47PM +0100, Szabolcs Nagy wrote:
> why do you swap with memory copy (in view.c/swap())?
> why just changing the pointers (prev, next)  not enough?

The reason is that clients, stack or sel might be affected

hmm maybe snext need to be swapped as well then? (otherwise c where
c->snext==NULL can get to stack top and deataching it would cause
problem)

Reply via email to