home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!Germany.EU.net!incom!orfeo!qb!vhs
- From: vhs@rhein-main.de (Volker Herminghaus-Shirai)
- Newsgroups: comp.sys.next.misc
- Subject: Re: HOWTO: move windows w/o making key or ordering front
- Message-ID: <1992Dec20.101130.1723@qb.rhein-main.de>
- Date: 20 Dec 92 10:11:30 GMT
- References: <1992Dec19.165840.8945@netcom.com>
- Sender: vhs@qb.rhein-main.de (Volker Herminghaus-Shirai)
- Reply-To: vhs@rhein-main.de
- Lines: 53
-
- In article <1992Dec19.165840.8945@netcom.com> dcode@netcom.com (Paul Marcos) writes:
- > Enough people requested it to be a pain in the butt to
- > mail to everyone individually so here's how to do it:
- >
- > There are 4 line changes and 2 line additions:
- >
- > Lines 1176 through 1179:
- > change from:
- > 5 index num //_frontWithClick exec
- > 7 index 7 index 6 index
- > 12 3 roll
- > 4 index //buckyBitMask and
- >
- > to:
- > 5 index num
- > 9 index 9 index 7 index
- > 14 3 roll
- > 6 index //buckyBitMask and
- >
- > After Line 1181 (which reads 'icon 1 eq or {')
- > insert:
- > pop pop
- >
- > After Line 1184 (which reads '}{')
- > insert:
- > //_frontWithClick exec
- >
- > For those who care, the first 4 line changes basically
- > move the _frontWithClick call down to put it after the
- > Alternate key check. That call takes two arguments off
- > the stack (and leaves nothing) so the following index
- > parameters are all incremented by 2 so they just look over
- > the extra stuff that sitting at the top of the stack.
-
- Are you sure? Seems to me you increment by two in all cases but one.
- I.e. making the line
- > 7 index 7 index 6 index
- read
- > 9 index 9 index 7 index
- seems to me like incrementing 6 only by one instead of by two.
-
- Please clear this up. I won't dare change my WindowServer before
- I know what's going on here. (Then, however, I'll gladly do so :-)
-
- Thanks anyway for the nice hack.
-
- Volker
-
- --
- Volker Herminghaus-Shirai (vhs@qb.rhein-main.de)
-
- Looks good on the outside, but -
- intel inside
-