From: "Brent Ritchie" Newsgroups: comp.os.msdos.djgpp Subject: [Allegro]Put Pixel Function Lines: 9 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Fri, 8 Jun 2001 19:47:16 -0700 NNTP-Posting-Host: 216.104.103.39 X-Trace: newsfeed.slurp.net 992043540 216.104.103.39 (Fri, 08 Jun 2001 18:39:00 CDT) NNTP-Posting-Date: Fri, 08 Jun 2001 18:39:00 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello I would like to know how to use the following statement: putpixel(screen, x, y, color); I understand what X,Y, and color but what do I put for screen? Thanks.