Path: utzoo!utgpu!water!watmath!clyde!bellcore!rutgers!topaz.rutgers.edu!mione From: mione@topaz.rutgers.edu (MIONE) Newsgroups: comp.sys.mac.programmer Subject: How do I clear a PixPat? Keywords: PixPat, MacII Message-ID: Date: 23 Aug 88 21:57:18 GMT Organization: Rutgers Univ., New Brunswick, N.J. Lines: 15 If I set a background PixPat in a window as follows: PixPatHandle thePPat; thePPat = GetPixPat(resID); BackPixPat(theWindow, thePPat); it causes that pixpat to be drawn in the window whenever an 'erase' function is used. Now...How do I clear that without setting the background PixPat to an 8x8 grid of white pixels??? Thanks in advance. Tony::