Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ihnp4!ptsfa!lll-lcc!seismo!ll-xn!mit-eddie!husc6!husc7!hadeishi From: hadeishi@husc7.UUCP Newsgroups: comp.sys.amiga Subject: Re: Question about extra large screens Message-ID: <1340@husc6.UUCP> Date: Wed, 4-Mar-87 06:58:42 EST Article-I.D.: husc6.1340 Posted: Wed Mar 4 06:58:42 1987 Date-Received: Fri, 6-Mar-87 07:16:16 EST References: <29@altera.UUCP> <1481@cbmvax.cbmvax.cbm.UUCP> <2303@bacall.UUCP> Sender: news@husc6.UUCP Reply-To: hadeishi@husc7.UUCP (Mitsuharu Hadeishi) Organization: Harvard Univ. Science Center Lines: 13 Summary: Preferences fooling In re: changing DxOffset, DyOffset for overscan displays: This is a rather nitpicky point, but it is even not necessary to use SetPrefs() to move the Intuition View when you want to use overscan; just adjust your overscan coordinates appropriately to the values you get with GetPrefs. This might break if the user runs Preferences and moves the screen in the middle of your program, but you could catch that with a NEWPREFS message and anyway that is highly unlikely. Still, I feel it is better to avoid changing the user's overscan settings "for him"; just as easy to do the arithmetic. -Mitsu