~ubuntu-branches/ubuntu/trusty/libgii/trusty

« back to all changes in this revision

Viewing changes to include/ggi/gii-unix.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Albert
  • Date: 2001-08-27 23:17:32 UTC
  • Revision ID: james.westby@ubuntu.com-20010827231732-5kiieyxb3mvj25ur
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: gii-unix.h,v 1.1.1.1 2001/05/12 23:00:14 cegger Exp $
 
2
******************************************************************************
 
3
 
 
4
   LibGII UNIX-specific API header file
 
5
 
 
6
   Copyright (C) 1999 Marcus Sundberg   [marcus@ggi-project.org]
 
7
 
 
8
   Permission is hereby granted, free of charge, to any person obtaining a
 
9
   copy of this software and associated documentation files (the "Software"),
 
10
   to deal in the Software without restriction, including without limitation
 
11
   the rights to use, copy, modify, merge, publish, distribute, sublicense,
 
12
   and/or sell copies of the Software, and to permit persons to whom the
 
13
   Software is furnished to do so, subject to the following conditions:
 
14
 
 
15
   The above copyright notice and this permission notice shall be included in
 
16
   all copies or substantial portions of the Software.
 
17
 
 
18
   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
19
   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
20
   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 
21
   THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 
22
   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 
23
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
24
 
 
25
******************************************************************************
 
26
*/
 
27
              
 
28
#ifndef _GGI_GII_UNIX_H
 
29
#define _GGI_GII_UNIX_H
 
30
 
 
31
#include <ggi/events.h>
 
32
 
 
33
 
 
34
__BEGIN_DECLS
 
35
/* Wait for filedescriptors and LibGII events the the same time */
 
36
int giiEventSelect(gii_input_t inp, gii_event_mask *mask, int n,
 
37
                   fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
 
38
                   struct timeval *timeout);
 
39
__END_DECLS
 
40
 
 
41
#endif /* GGI_GII_UNIX_H */