chiark / gitweb /
Imported Upstream version 1.0.0
[e16] / src / etypes.h
1 /*
2  * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors
3  * Copyright (C) 2004-2009 Kim Woelders
4  *
5  * Permission is hereby granted, free of charge, to any person obtaining a copy
6  * of this software and associated documentation files (the "Software"), to
7  * deal in the Software without restriction, including without limitation the
8  * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
9  * sell copies of the Software, and to permit persons to whom the Software is
10  * furnished to do so, subject to the following conditions:
11  *
12  * The above copyright notice and this permission notice shall be included in
13  * all copies of the Software, its documentation and marketing & publicity
14  * materials, and acknowledgment shall be given in the documentation, materials
15  * and software packages that this Software was used.
16  *
17  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20  * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
21  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
22  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23  */
24 #ifndef _ETYPES_H_
25 #define _ETYPES_H_
26
27 /*
28  * Opaque types
29  */
30 typedef struct _background Background;
31
32 typedef struct _border Border;
33
34 typedef struct _button Button;
35
36 typedef struct _desk Desk;
37
38 typedef struct _ecursor ECursor;
39
40 typedef struct _ewin EWin;
41 typedef struct _ewinbit EWinBit;
42
43 typedef struct _group Group;
44
45 typedef struct _action Action;
46 typedef struct _actionclass ActionClass;
47
48 typedef struct _imageclass ImageClass;
49 typedef struct _imagestate ImageState;
50
51 typedef struct _textclass TextClass;
52 typedef struct _textstate TextState;
53
54 typedef struct _snapshot Snapshot;
55
56 typedef struct _timer Timer;
57 typedef struct _idler Idler;
58 typedef struct _animator Animator;
59
60 #endif /* _ETYPES_H_ */