Index: [thread] [date] [subject] [author]
  From: Steve Cheng <elmert@ipoline.com>
  To  : ggi-develop@eskimo.com
  Date: Wed, 21 Apr 1999 15:57:06 -0400 (EDT)

Re: GGI help

On Tue, 20 Apr 1999 becka@rz.uni-duesseldorf.de wrote:

> You don't have to set a palette unless you are in a palettized mode.
> Doing so yields undefined results. You usually do

I think this just makes it unneccesarily hard-to-use (calling Palette
functions when the mode is not palettized is undefined behavior).
Why not simply have checks for palette mode, and fail if it is not?
Some code want to be as mode-independent as possible.

Either way, I'll document this.

--
Steve Cheng

email: steve@ggi-project.org
www: <http://shell.ipoline.com/~elmert/>;

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