Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!uunet!maverick.ksu.ksu.edu!hoss!fergvax!231b3679 From: 231b3679@fergvax.unl.edu (CS 231 section 2) Newsgroups: comp.sys.mac.programmer Subject: Re: Patterns in WDEF ? Message-ID: <231b3679.665354218@fergvax> Date: 31 Jan 91 20:36:58 GMT References: <1657@tcs.tcs.com> Sender: news@hoss.unl.edu (Network News Administer) Organization: University of Nebraska - Lincoln Lines: 10 Looks like to me you need to: PenPat(&myGray); Also, make sure you have myGray defined; unless you've properly gotten a copy of the quickdraw globals, you won't have a valid pattern, just garbage. Here's a cool way to whip up a pattern, the hard-coded method: Pattern altGray = {136,34,136,34,136,34,136,34}; --mike gleason