[Further-devel] cvs commit

From: Evan Martin (eeyem@u.washington.edu)
Date: Sat Jun 09 2001 - 23:38:19 PDT


I think I fixed switcher. It was a pretty stupid bug, really.
When you delete a client, I need to slide each client after it up a bit.
My code was something like:

for (each client after the deleted one) {
  next client's y position = this client's y position
}

The problem with this is that we move forward through the client list,
and so each client gets moved to the same position.
Duh.

-- 
Evan Martin - martine@speakeasy.org
 http://www.speakeasy.org/~martine

_______________________________________________ Further-devel mailing list Further-devel@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/further-devel



This archive was generated by hypermail 2.1.2 : Sun Nov 11 2001 - 14:16:15 PST