On Sun, 17 Sep 2000 [EMAIL PROTECTED] wrote:

> Quoting Christoph Egger <[EMAIL PROTECTED]>:
> 
> > You are speaking about
> > 
> > /* Wait for filedescriptors and LibGGI events the the same time */
> > int ggiEventSelect(ggi_visual_t vis, ggi_event_mask *mask, int n,
> >                    fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
> >                    struct timeval *timeout);
> > right?
> 
> Yes, indeed.
> This could probably be easily reimplemented at the gii level.

Not necessary. That is already done.

Have a look at <ggi/gii-unix.h> :


/* Wait for filedescriptors and LibGII events the the same time */
int giiEventSelect(gii_input_t inp, gii_event_mask *mask, int n,
                   fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
                   struct timeval *timeout);



CU,

Christoph Egger
E-Mail: [EMAIL PROTECTED]

Reply via email to