Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <e94_msu@elixir.e.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Sat, 18 Jul 1998 10:22:15 +0200

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

> > > 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. 

How about putting it in ggi_visual_opgc?
IMO it would fit pretty well there as the flags are sort of a
graphics context.

//Marcus

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