Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!cornell!uw-beaver!tikal!sigma!uw-nsr!uw-warp!gtisqr!rick From: rick@gtisqr.UUCP (Rick Groeneveld) Newsgroups: comp.sys.amiga.tech Subject: Re: Intuition requestors: how to stop them? Summary: a neat trick Message-ID: <431@gt-ford.gtisqr.UUCP> Date: 29 Aug 88 20:41:15 GMT References: <5221@pasteur.Berkeley.EDU> <5222@pasteur.Berkeley.EDU> Organization: Global Tech, Mukilteo, WA Lines: 11 In article <5222@pasteur.Berkeley.EDU>, koster@cory.Berkeley.EDU (David Ashley) writes: > Just place a $ffffffff (or -1) in the pr_windowptr field of your process, and > intuition will mind its own business, returning errors when it would return > a message. Note that you will want to restore this after your program exits, ----- I've never been able to get my programs to do anything (except eat memory :-)) after they exit. :-) > as leaving it at -1 will mean the CLI will not get intuition requestors > anymore. Normally pr_windowptr is a 0. >