From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2001-11-04 11:45:42
Hi! On Fri, Nov 02, 2001 at 08:37:58PM +0100, Eivind Fjeld Schjerven wrote: > Could anyone explain to me, how to get the Putpixel(x,y) routine in > graphics.h working (on c64 mode) ? or how to put a pixel. this is all > very new to me (C is not btw) :) The graphics.h header file is currently only the description of an API. No existing platform has an actual implementation for it. We had a discussion here in the mailing list some time ago, about a portable API for simple graphics functions. As a result, I wrote the header file, explaining the working of each of the functions as discussed in the list. Because the header file went into the source repository with all other header files, and I didn't take any special measures to exclude it when putting the distributions together, the header file was included even if there is no real implementation. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:43 CET