Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!rutgers!sri-spam!nike!lll-crg!lll-lcc!dual!ptsfa!qantel!vlsvax1!zehntel!zinfandel!donw From: donw@zinfandel.UUCP (Don White) Newsgroups: net.micro.amiga Subject: Flood fills. Message-ID: <535@zinfandel.UUCP> Date: Tue, 23-Sep-86 13:54:16 EDT Article-I.D.: zinfande.535 Posted: Tue Sep 23 13:54:16 1986 Date-Received: Sat, 4-Oct-86 05:27:08 EDT Distribution: net Organization: Zehntel Inc., Walnut Creek CA Lines: 17 Help? I am writing a program in which I need to fill irregular shapes. I have a pointer to a rastport from a window which I am successfully using for 'WritePixel(Window->RPort,x,y);' in the same function but when I try to use 'Flood(Window->RPort,mode,x,y);' nothing happens. Mode, x, and y are all integers. mode is set to one and x, and y are inside a shape. I know they are correct. If I have called the library with WritePixel well enough to use it isn't this also supposed to give me access to Flood? I'm not getting any errors or warning when I compile (lattice 3.03) the program or link it. On execution the program just goes past it like it was a comment. (It definitely is not inside comments. The next line down is being used so accidental commenting is not a possible explanation) Could someone please give me a clue to stop me from bangin my head against the wall?