From 4460255b182db4add897efc2085629d2b887e50e Mon Sep 17 00:00:00 2001 From: ggodlewski Date: Sun, 18 Aug 2002 20:24:06 +0000 Subject: [PATCH] - files for Xconfigurator Changed files: Xconfigurator-kudzu.patch -> 1.1 --- Xconfigurator-kudzu.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Xconfigurator-kudzu.patch diff --git a/Xconfigurator-kudzu.patch b/Xconfigurator-kudzu.patch new file mode 100644 index 0000000..cc1044d --- /dev/null +++ b/Xconfigurator-kudzu.patch @@ -0,0 +1,20 @@ +--- Xconfigurator/Xconfigurator.c.orig Sat Apr 6 10:34:54 2002 ++++ Xconfigurator/Xconfigurator.c Sun Aug 18 22:06:47 2002 +@@ -1207,7 +1207,7 @@ + monvrange = NULL; + #ifdef __i386__ + if (noddcprobe == 0) { +- initializeDeviceList(BUS_DDC); ++ initializeBusDeviceList(BUS_DDC); + monitordevs = probeDevices(CLASS_MONITOR, BUS_DDC, PROBE_ALL); + if (monitordevs) { + /* Don't even try to handle more than one monitor */ +@@ -1884,7 +1884,7 @@ + if (!read_card) { + int i; + +- initializeDeviceList(BUS_UNSPEC); ++ initializeBusDeviceList(BUS_UNSPEC); + devs = probeDevices(CLASS_VIDEO,BUS_UNSPEC,0); + if (devs) { + char *val=NULL; -- 2.43.0