Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!cory.Berkeley.EDU!koster From: koster@cory.Berkeley.EDU (David Ashley) Newsgroups: comp.sys.amiga.tech Subject: Re: Intuition requestors: how to stop them? Message-ID: <5222@pasteur.Berkeley.EDU> Date: 25 Aug 88 22:12:53 GMT References: <5221@pasteur.Berkeley.EDU> Sender: news@pasteur.Berkeley.EDU Reply-To: koster@cory.Berkeley.EDU.UUCP (David Ashley) Organization: University of California, Berkeley Lines: 15 In article <5221@pasteur.Berkeley.EDU> koster@cory.Berkeley.EDU (David Ashley) writes: >How do I make Intuition requestors NOT appear? >koster@cory.berkeley.edu >David Ashley 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, as leaving it at -1 will mean the CLI will not get intuition requestors anymore. Normally pr_windowptr is a 0. koster@cory.berkeley.edu David Ashley (When a question comes up, read your documentation BEFORE posting to the NET, and you may be able to solve the problem yourself, Dave)