source:
vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/IBMPriv.h@
103415
最後變更 在這個檔案從103415是 36308,由 提交於 14 年 前 | |
---|---|
|
|
檔案大小: 440 位元組 |
行 | |
---|---|
1 | |
2 | #ifdef HAVE_XORG_CONFIG_H |
3 | #include <xorg-config.h> |
4 | #endif |
5 | |
6 | #include "IBM.h" |
7 | |
8 | typedef struct { |
9 | char *DeviceName; |
10 | } xf86IBMramdacInfo; |
11 | |
12 | extern xf86IBMramdacInfo IBMramdacDeviceInfo[]; |
13 | |
14 | #ifdef INIT_IBM_RAMDAC_INFO |
15 | xf86IBMramdacInfo IBMramdacDeviceInfo[] = { |
16 | {"IBM 524"}, |
17 | {"IBM 524A"}, |
18 | {"IBM 525"}, |
19 | {"IBM 526"}, |
20 | {"IBM 526DB(DoubleBuffer)"}, |
21 | {"IBM 528"}, |
22 | {"IBM 528A"}, |
23 | {"IBM 624"}, |
24 | {"IBM 624DB(DoubleBuffer)"}, |
25 | {"IBM 640"} |
26 | }; |
27 | #endif |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器