Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!kuhub.cc.ukans.edu!markv From: markv@kuhub.cc.ukans.edu Newsgroups: comp.sys.amiga.programmer Subject: Re: Sharing layers.library with intuition Message-ID: <1991May4.192226.30387@kuhub.cc.ukans.edu> Date: 4 May 91 19:22:26 CDT References: <1991Jan11.001055.2055@mintaka.lcs.mit.edu> <17398@cbmvax.commodore.com> <1991Jan11.233104.26795@mintaka.lcs.mit.edu> Organization: University of Kansas Academic Computing Services Lines: 24 In article <1991Jan11.233104.26795@mintaka.lcs.mit.edu>, rjc@wookumz.ai.mit.edu (Ray Cromwell) writes: > One question however, if I set the Text in NewWindow to NULL will > intuition still render the titlebar? (and wipe out anything I have drawm > there?) Since this is your own screen, one sure fire way to shut up the title bar, is to say: struct Screen *MyScreen; /*...*lots* of code...*/ ShowTitle(MyScreen, FALSE); This will completely kibosh any rendering in the Bar Layer of the sreen, including front/back gadgets. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mark Gooderum Only... \ Good Cheer !!! Academic Computing Services /// \___________________________ University of Kansas /// /| __ _ Bix: mgooderum \\\ /// /__| |\/| | | _ /_\ makes it Bitnet: MARKV@UKANVAX \/\/ / | | | | |__| / \ possible... Internet: markv@kuhub.cc.ukans.edu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~