diff options
author | Egbert Eich <eich@suse.de> | 2004-04-02 21:47:33 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-02 21:47:33 +0000 |
commit | 9bbe288d7fd59d4e192a986b8622915ce7b447a9 (patch) | |
tree | fafb6de8b24840bf282667b820de6e2b4d052c04 /hw/xfree86/common/xf86AutoConfig.c | |
parent | 0f8d2fd7d0c6ff169abed9b07ac63b57d80b8811 (diff) |
70. Merging in the TM branch (Egbert Eich).XORG-RELEASE-1-STSF-FORKXORG-CYGWIN-LAST-MERGEXORG-RELEASE-1-STSF
Diffstat (limited to 'hw/xfree86/common/xf86AutoConfig.c')
-rw-r--r-- | hw/xfree86/common/xf86AutoConfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c index 7c773fee6..5f4886724 100644 --- a/hw/xfree86/common/xf86AutoConfig.c +++ b/hw/xfree86/common/xf86AutoConfig.c @@ -265,7 +265,7 @@ xf86AutoConfig(void) " -v 0x%04x -d 0x%04x -r 0x%02x -s 0x%04x" " -b 0x%04x -c 0x%04x", path, - (unsigned int)xf86GetVersion(), + (unsigned int)xorgGetVersion(), searchPath, info->vendor, info->chipType, info->chipRev, info->subsysVendor, info->subsysCard, |