Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Wed, 10 Feb 1999 01:34:08 +0000

Re: Small bug

Rodolphe Ortalo wrote:
> 
> Hello,
> 
> I think I've spotted a bug in libggi/ggi/events.c (CVS version).
> In my version it showed:
>  ggi_event_mask ggiEventPoll(ggi_visual *vis, ggi_event_mask mask,
>  ^^^  [...]
>  ggi_event_mask ggiGetEventMask(ggi_visual *vis)
>  ^^^
> Of course, in ggi/ggi.h, the header indicated a gii_event_mask, not
> a ggi_event_mask.

$> grep ggi_event_mask ggi/ggi.h 
typedef gii_event_mask          ggi_event_mask;
$>

So, it's just cosmetica, but it was nevertheless a correct change as
the header uses gii_event_mask.

//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]