Index: [thread] [date] [subject] [author]
  From: becka@rz.uni-duesseldorf.de
  To  : ggi-develop@eskimo.com
  Date: Thu, 2 Jul 1998 15:34:47 +0200 (MET DST)

Re: Bugfixes for X-target (was: Re: display-mult: how?)

Hi !

> Could we PLEASE also change the name to something sane?
> The flags has absolutely nothing to do with "info".
> A ggiSetFlags() and ggiUnsetFlags() pair would be
> apropriate. Probably a ggiGetFlags() would also be a
> good idea.

Yeah. For consistency, I'd suggest to use just Get/Set. This API is complete
and whoever wants unset, can just do

#define unset(x) set(get()&~x)

CU, Andy

-- 
= Andreas Beck                    |  Email :  <andreas.beck@ggi-project.org> =

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