3 Copyright (c) 1995 X Consortium
5 Permission is hereby granted, free of charge, to any person obtaining
6 a copy of this software and associated documentation files (the
7 "Software"), to deal in the Software without restriction, including
8 without limitation the rights to use, copy, modify, merge, publish,
9 distribute, sublicense, and/or sell copies of the Software, and to
10 permit persons to whom the Software is furnished to do so, subject to
11 the following conditions:
13 The above copyright notice and this permission notice shall be included
14 in all copies or substantial portions of the Software.
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
20 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22 OTHER DEALINGS IN THE SOFTWARE.
24 Except as contained in this notice, the name of the X Consortium shall
25 not be used in advertising or otherwise to promote the sale, use or
26 other dealings in this Software without prior written authorization
27 from the X Consortium.
32 ** Machines with a 64 bit library interface and a 32 bit server require
33 ** name changes to protect the guilty.
36 #define _XSERVER64_tmp
38 typedef unsigned long XID64
;
39 typedef unsigned long Mask64
;
40 typedef unsigned long Atom64
;
41 typedef unsigned long VisualID64
;
42 typedef unsigned long Time64
;
46 #define VisualID VisualID64
49 typedef XID Drawable64
;
53 typedef XID Colormap64
;
54 typedef XID GContext64
;
56 #define Window Window64
57 #define Drawable Drawable64
59 #define Pixmap Pixmap64
60 #define Cursor Cursor64
61 #define Colormap Colormap64
62 #define GContext GContext64
63 #define KeySym KeySym64
68 #include <X11/Xutil.h>
69 #include <X11/extensions/shape.h>
88 #endif /*_XSERVER64_tmp*/