2 * Copyright © 2005 Novell, Inc.
4 * Permission to use, copy, modify, distribute, and sell this software
5 * and its documentation for any purpose is hereby granted without
6 * fee, provided that the above copyright notice appear in all copies
7 * and that both that copyright notice and this permission notice
8 * appear in supporting documentation, and that the name of
9 * Novell, Inc. not be used in advertising or publicity pertaining to
10 * distribution of the software without specific, written prior permission.
11 * Novell, Inc. makes no representations about the suitability of this
12 * software for any purpose. It is provided "as is" without express or
15 * NOVELL, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
16 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
17 * NO EVENT SHALL NOVELL, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
19 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
20 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
21 * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23 * Author: David Reveman <davidr@novell.com>
32 #define _XSERVER64_tmp
34 typedef unsigned long XID64
;
35 typedef unsigned long Mask64
;
36 typedef unsigned long Atom64
;
37 typedef unsigned long VisualID64
;
38 typedef unsigned long Time64
;
42 #define VisualID VisualID64
45 typedef XID Drawable64
;
49 typedef XID Colormap64
;
50 typedef XID GContext64
;
52 #define Window Window64
53 #define Drawable Drawable64
55 #define Pixmap Pixmap64
56 #define Cursor Cursor64
57 #define Colormap Colormap64
58 #define GContext GContext64
59 #define KeySym KeySym64
64 #include <X11/Xutil.h>
88 xglxInitOutput (ScreenInfo
*pScreenInfo
,
93 xglxLegalModifier (unsigned int key
,
97 xglxProcessInputEvents (void);
100 xglxInitInput (int argc
,
107 xglxProcessArgument (int argc
,
118 xglxOsVendorInit (void);
123 xglxUseXorgMsg (void);
126 xglxProcessXorgArgument (int argc
,
131 xglxAbortXorg (void);
138 #endif /* _XGLX_H_ */