VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/EVIstruct.h@ 78293

Last change on this file since 78293 was 51223, checked in by vboxsync, 11 years ago

Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.

  • Property svn:eol-style set to native
File size: 2.1 KB
Line 
1/* $Xorg: EVIstruct.h,v 1.3 2000/08/17 19:47:55 cpqbld Exp $ */
2/************************************************************
3Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc.
4Permission to use, copy, modify, and distribute this
5software and its documentation for any purpose and without
6fee is hereby granted, provided that the above copyright
7notice appear in all copies and that both that copyright
8notice and this permission notice appear in supporting
9documentation, and that the name of Silicon Graphics not be
10used in advertising or publicity pertaining to distribution
11of the software without specific prior written permission.
12Silicon Graphics makes no representation about the suitability
13of this software for any purpose. It is provided "as is"
14without any express or implied warranty.
15SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
16SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
17AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
18GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
19DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
21OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
22THE USE OR PERFORMANCE OF THIS SOFTWARE.
23********************************************************/
24/* $XFree86: xc/programs/Xserver/Xext/EVIstruct.h,v 3.5 2003/07/16 01:38:28 dawes Exp $ */
25
26#ifdef HAVE_DIX_CONFIG_H
27#include <dix-config.h>
28#endif
29
30#ifndef EVI_STRUCT_H
31#define EVI_STRUCT_H
32
33/*
34 ******************************************************************************
35 ** Per-ddx data
36 ******************************************************************************
37 */
38
39typedef int (*GetVisualInfoProc)(
40 VisualID32*,
41 int,
42 xExtendedVisualInfo**,
43 int*,
44 VisualID32**,
45 int*
46);
47
48typedef void (*FreeVisualInfoProc)(
49 xExtendedVisualInfo*,
50 VisualID32*
51);
52typedef struct _EviPrivRec {
53 GetVisualInfoProc getVisualInfo;
54 FreeVisualInfoProc freeVisualInfo;
55} EviPrivRec, *EviPrivPtr;
56
57extern EviPrivPtr eviDDXInit(void);
58extern void eviDDXReset(void);
59
60#endif /* EVI_STRUCT_H */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette