Index: [thread] [date] [subject] [author]
  From: Steve Cheng <elmert@ipoline.com>
  To  : ggi-develop@eskimo.com
  Date: Fri, 17 Jul 1998 18:50:38 -0400 (EDT)

Re: ggiSetFlags patch (was Re: triggered some probs with libAA-target)

On Sat, 18 Jul 1998, Marcus Sundberg wrote:

> > -       int (*dummy_miscman[2])(void);  /* Place holder */
> > +       int (*dummy_miscman[1])(void);  /* Place holder */
> 
> Uh-uh, running out of space here...
> As we're breaking everything now anyway I propose that we add
> new dummy entries so that each dummy-array is at least 5
> entries long. Agreed?

Yes.

> > 2. I don't think it's proper for ggiSetFlags to go in generic-stubs.  So we
> >    just require targets to include this code if they don't do anything
> >    special with the flags (like they do with other misc management stuff):
> 
> Hmm. The purpose of the generic-stubs library is to provide all functions
> that's possible, and the default ggiSetFlags() is highly generic.
> As most targets will use the generic version I don't see why it shouldn't
> go in there.

It seems to be the policy for generic-stubs not to override
GGI_DL_OPDISPLAY... does that even matter?  It doesn't have trivial things
like GGIgetmode either. 

--
Steve Cheng               

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

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