Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <e94_msu@e.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Tue, 14 Jul 1998 16:04:36 +0200

Re: New ggi_graphtype

Andrew Apted wrote:
> 
> Marcus writes:
> 
> >  In the true spirit of DTJC I have implemented a new ggi_graphtype
> >  scheme after looking through the libggi-issues document:
> >
> >  #define        GGI_AUTO     (0)
> 
> BTW, this buggers up ggiSetPalette() where you could pass GGI_AUTO in
> the start field, meaning "put these colors anywhere you like", which
> I think was mainly for reducting the flashing in X.

Not "could pass", this has never been implemented.
So I rather suggest that we simply use -1 for ggiSetPalette().
It actually is a good idea to restrict GGI_AUTO to only
be used for modesetting. And 0 is not a valid number
for any of the entries in ggi_mode.

//Marcus

Index: [thread] [date] [subject] [author]