store pointers instead of window id's. this lets us use them directly instead of...
authorDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 11:44:48 +0000 (11:44 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 11:44:48 +0000 (11:44 +0000)
commitcb5eb0d560759cebce3279cb28d942166e0e9a7a
treeece4d14daa698dda16efafe222534d656dbd0e1b
parent76525992cdf5cf7a5db8b98dd21c1df375d72fc5
store pointers instead of window id's. this lets us use them directly instead of having to look them all up all the time. this is possible now because we watch for new/close window events.
scripts/focus.py
scripts/stackedcycle.py