VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/configProcs.h@ 56743

Last change on this file since 56743 was 25078, checked in by vboxsync, 15 years ago

Additions/x11/x11include: exported and set eol-style on new headers

  • Property svn:eol-style set to native
File size: 5.7 KB
Line 
1/*
2 * Copyright (c) 1997-2001 by The XFree86 Project, Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
10 *
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
13 *
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 * OTHER DEALINGS IN THE SOFTWARE.
21 *
22 * Except as contained in this notice, the name of the copyright holder(s)
23 * and author(s) shall not be used in advertising or otherwise to promote
24 * the sale, use or other dealings in this Software without prior written
25 * authorization from the copyright holder(s) and author(s).
26 */
27
28/* Private procs. Public procs are in xf86Parser.h and xf86Optrec.h */
29
30/* Device.c */
31XF86ConfDevicePtr xf86parseDeviceSection(void);
32void xf86printDeviceSection(FILE *cf, XF86ConfDevicePtr ptr);
33void xf86freeDeviceList(XF86ConfDevicePtr ptr);
34int xf86validateDevice(XF86ConfigPtr p);
35/* Files.c */
36XF86ConfFilesPtr xf86parseFilesSection(void);
37void xf86printFileSection(FILE *cf, XF86ConfFilesPtr ptr);
38void xf86freeFiles(XF86ConfFilesPtr p);
39/* Flags.c */
40XF86ConfFlagsPtr xf86parseFlagsSection(void);
41void xf86printServerFlagsSection(FILE *f, XF86ConfFlagsPtr flags);
42void xf86freeFlags(XF86ConfFlagsPtr flags);
43/* Input.c */
44XF86ConfInputPtr xf86parseInputSection(void);
45void xf86printInputSection(FILE *f, XF86ConfInputPtr ptr);
46void xf86freeInputList(XF86ConfInputPtr ptr);
47int xf86validateInput (XF86ConfigPtr p);
48/* Keyboard.c */
49XF86ConfInputPtr xf86parseKeyboardSection(void);
50/* Layout.c */
51XF86ConfLayoutPtr xf86parseLayoutSection(void);
52void xf86printLayoutSection(FILE *cf, XF86ConfLayoutPtr ptr);
53void xf86freeLayoutList(XF86ConfLayoutPtr ptr);
54void xf86freeAdjacencyList(XF86ConfAdjacencyPtr ptr);
55void xf86freeInputrefList(XF86ConfInputrefPtr ptr);
56int xf86validateLayout(XF86ConfigPtr p);
57/* Module.c */
58XF86LoadPtr xf86parseModuleSubSection(XF86LoadPtr head, char *name);
59XF86ConfModulePtr xf86parseModuleSection(void);
60void xf86printModuleSection(FILE *cf, XF86ConfModulePtr ptr);
61XF86LoadPtr xf86addNewLoadDirective(XF86LoadPtr head, char *name, int type, XF86OptionPtr opts);
62void xf86freeModules(XF86ConfModulePtr ptr);
63/* Monitor.c */
64XF86ConfModeLinePtr xf86parseModeLine(void);
65XF86ConfModeLinePtr xf86parseVerboseMode(void);
66XF86ConfMonitorPtr xf86parseMonitorSection(void);
67XF86ConfModesPtr xf86parseModesSection(void);
68void xf86printMonitorSection(FILE *cf, XF86ConfMonitorPtr ptr);
69void xf86printModesSection(FILE *cf, XF86ConfModesPtr ptr);
70void xf86freeMonitorList(XF86ConfMonitorPtr ptr);
71void xf86freeModesList(XF86ConfModesPtr ptr);
72void xf86freeModeLineList(XF86ConfModeLinePtr ptr);
73int xf86validateMonitor(XF86ConfigPtr p, XF86ConfScreenPtr screen);
74/* Pointer.c */
75XF86ConfInputPtr xf86parsePointerSection(void);
76/* Screen.c */
77XF86ConfDisplayPtr xf86parseDisplaySubSection(void);
78XF86ConfScreenPtr xf86parseScreenSection(void);
79void xf86printScreenSection(FILE *cf, XF86ConfScreenPtr ptr);
80void xf86freeScreenList(XF86ConfScreenPtr ptr);
81void xf86freeAdaptorLinkList(XF86ConfAdaptorLinkPtr ptr);
82void xf86freeDisplayList(XF86ConfDisplayPtr ptr);
83void xf86freeModeList(XF86ModePtr ptr);
84int xf86validateScreen(XF86ConfigPtr p);
85/* Vendor.c */
86XF86ConfVendorPtr xf86parseVendorSection(void);
87XF86ConfVendSubPtr xf86parseVendorSubSection (void);
88void xf86freeVendorList(XF86ConfVendorPtr p);
89void xf86printVendorSection(FILE * cf, XF86ConfVendorPtr ptr);
90void xf86freeVendorSubList (XF86ConfVendSubPtr ptr);
91/* Video.c */
92XF86ConfVideoPortPtr xf86parseVideoPortSubSection(void);
93XF86ConfVideoAdaptorPtr xf86parseVideoAdaptorSection(void);
94void xf86printVideoAdaptorSection(FILE *cf, XF86ConfVideoAdaptorPtr ptr);
95void xf86freeVideoAdaptorList(XF86ConfVideoAdaptorPtr ptr);
96void xf86freeVideoPortList(XF86ConfVideoPortPtr ptr);
97/* read.c */
98int xf86validateConfig(XF86ConfigPtr p);
99/* scan.c */
100unsigned int xf86strToUL(char *str);
101int xf86getToken(xf86ConfigSymTabRec *tab);
102int xf86getSubToken(char **comment);
103int xf86getSubTokenWithTab(char **comment, xf86ConfigSymTabRec *tab);
104void xf86unGetToken(int token);
105char *xf86tokenString(void);
106void xf86parseError(char *format, ...);
107void xf86parseWarning(char *format, ...);
108void xf86validationError(char *format, ...);
109void xf86setSection(char *section);
110int xf86getStringToken(xf86ConfigSymTabRec *tab);
111/* write.c */
112/* DRI.c */
113XF86ConfBuffersPtr xf86parseBuffers (void);
114void xf86freeBuffersList (XF86ConfBuffersPtr ptr);
115XF86ConfDRIPtr xf86parseDRISection (void);
116void xf86printDRISection (FILE * cf, XF86ConfDRIPtr ptr);
117void xf86freeDRI (XF86ConfDRIPtr ptr);
118/* Extensions.c */
119XF86ConfExtensionsPtr xf86parseExtensionsSection (void);
120void xf86printExtensionsSection (FILE * cf, XF86ConfExtensionsPtr ptr);
121void xf86freeExtensions (XF86ConfExtensionsPtr ptr);
122
123#ifdef HAVE_XORG_CONFIG_H
124#include <xorg-config.h>
125#endif
126
127#ifndef IN_XSERVER
128/* Externally provided functions */
129void ErrorF(const char *f, ...);
130void VErrorF(const char *f, va_list args);
131#endif
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