VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/XFree86-4.3/Xserver/screenint.h@ 97956

最後變更 在這個檔案從97956是 69098,由 vboxsync 提交於 7 年 前

Clean up XFree86 driver header files.
bugref:3810: X11 Guest Additions maintenance
Over the years we have cleaned up the layout in the tree of the X.Org
header files we use to build drivers. The XFree86 ones were still in their
original, rather sub-optimal layout. This change fixes that.

  • 屬性 svn:eol-style 設為 native
檔案大小: 4.3 KB
 
1/* $Xorg: screenint.h,v 1.4 2001/02/09 02:05:15 xorgcvs Exp $ */
2/***********************************************************
3
4Copyright 1987, 1998 The Open Group
5
6Permission to use, copy, modify, distribute, and sell this software and its
7documentation for any purpose is hereby granted without fee, provided that
8the above copyright notice appear in all copies and that both that
9copyright notice and this permission notice appear in supporting
10documentation.
11
12The above copyright notice and this permission notice shall be included in
13all copies or substantial portions of the Software.
14
15THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
19AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
22Except as contained in this notice, the name of The Open Group shall not be
23used in advertising or otherwise to promote the sale, use or other dealings
24in this Software without prior written authorization from The Open Group.
25
26
27Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
28
29 All Rights Reserved
30
31Permission to use, copy, modify, and distribute this software and its
32documentation for any purpose and without fee is hereby granted,
33provided that the above copyright notice appear in all copies and that
34both that copyright notice and this permission notice appear in
35supporting documentation, and that the name of Digital not be
36used in advertising or publicity pertaining to distribution of the
37software without specific, written prior permission.
38
39DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
40ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
41DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
42ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
43WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
44ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
45SOFTWARE.
46
47******************************************************************/
48/* $XFree86: xc/programs/Xserver/include/screenint.h,v 1.5 2001/12/14 19:59:56 dawes Exp $ */
49#ifndef SCREENINT_H
50#define SCREENINT_H
51
52#include "misc.h"
53
54typedef struct _PixmapFormat *PixmapFormatPtr;
55typedef struct _Visual *VisualPtr;
56typedef struct _Depth *DepthPtr;
57typedef struct _Screen *ScreenPtr;
58
59extern void ResetScreenPrivates(
60#if NeedFunctionPrototypes
61 void
62#endif
63);
64
65extern int AllocateScreenPrivateIndex(
66#if NeedFunctionPrototypes
67 void
68#endif
69);
70
71extern void ResetWindowPrivates(
72#if NeedFunctionPrototypes
73 void
74#endif
75);
76
77extern int AllocateWindowPrivateIndex(
78#if NeedFunctionPrototypes
79 void
80#endif
81);
82
83extern Bool AllocateWindowPrivate(
84#if NeedFunctionPrototypes
85 ScreenPtr /* pScreen */,
86 int /* index */,
87 unsigned /* amount */
88#endif
89);
90
91extern void ResetGCPrivates(
92#if NeedFunctionPrototypes
93 void
94#endif
95);
96
97extern int AllocateGCPrivateIndex(
98#if NeedFunctionPrototypes
99 void
100#endif
101);
102
103extern Bool AllocateGCPrivate(
104#if NeedFunctionPrototypes
105 ScreenPtr /* pScreen */,
106 int /* index */,
107 unsigned /* amount */
108#endif
109);
110
111extern int AddScreen(
112#if NeedFunctionPrototypes
113 Bool (* /*pfnInit*/)(
114#if NeedNestedPrototypes
115 int /*index*/,
116 ScreenPtr /*pScreen*/,
117 int /*argc*/,
118 char ** /*argv*/
119#endif
120 ),
121 int /*argc*/,
122 char** /*argv*/
123#endif
124);
125
126#ifdef PIXPRIV
127
128extern void ResetPixmapPrivates(
129#if NeedFunctionPrototypes
130 void
131#endif
132);
133
134extern int AllocatePixmapPrivateIndex(
135#if NeedFunctionPrototypes
136 void
137#endif
138);
139
140extern Bool AllocatePixmapPrivate(
141#if NeedFunctionPrototypes
142 ScreenPtr /* pScreen */,
143 int /* index */,
144 unsigned /* amount */
145#endif
146);
147
148#endif /* PIXPRIV */
149
150extern void ResetColormapPrivates(
151#if NeedFunctionPrototypes
152 void
153#endif
154);
155
156
157typedef struct _ColormapRec *ColormapPtr;
158typedef int (*InitCmapPrivFunc)(
159#if NeedNestedPrototypes
160 ColormapPtr
161#endif
162);
163
164extern int AllocateColormapPrivateIndex(
165#if NeedFunctionPrototypes
166 InitCmapPrivFunc /* initPrivFunc */
167#endif
168);
169
170#endif /* SCREENINT_H */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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