Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Tue, 14 Jul 1998 17:20:54 +1000

Re: New ggi_graphtype

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.

In the light of that (and possible other cases where 0 is valid), I'd
suggest keeping GGI_AUTO as -1, and defining *GT_AUTO* as 0.

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

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