VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/XFree86-4.3/Xserver/xf86Config.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
檔案大小: 693 位元組
 
1/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Config.h,v 1.5 2000/02/24 05:36:50 tsi Exp $ */
2/*
3 * Copyright 1997 by The XFree86 Project, Inc
4 */
5
6#ifndef _xf86_config_h
7#define _xf86_config_h
8
9#ifdef HAVE_PARSER_DECLS
10/*
11 * global structure that holds the result of parsing the config file
12 */
13extern XF86ConfigPtr xf86configptr;
14#endif
15
16/*
17 * prototypes
18 */
19char ** xf86ModulelistFromConfig(pointer **);
20char ** xf86DriverlistFromConfig(void);
21char ** xf86DriverlistFromCompile(void);
22char ** xf86InputDriverlistFromConfig(void);
23char ** xf86InputDriverlistFromCompile(void);
24Bool xf86BuiltinInputDriver(const char *);
25Bool xf86HandleConfigFile(void);
26
27#endif /* _xf86_config_h */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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