Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Sat, 12 Sep 1998 17:00:42 +0000

Re: GT_2BIT?

Andrew Apted wrote:
> 
> Stefan writes:
> 
> >  Any particular reason why GT_2BIT isn't defined in <kgi/types.h> ?
> 
> 1. The KGI drivers are still using the old graphtype scheme (GT_xxBIT
> and so on).  There are even some arrays like this in the code:
> 
>     sometype foo[GT_LAST] = { ... };
>                  ^^^^^^^
> 
> Q: do we upgrade the drivers for the new scheme, or what ?

I suggest that we mess as little as possible with the current KGI,
as Steffens new KGI API seems to be ready soon.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

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