From: Nicolas B. <ni...@bo...> - 2012-01-25 02:23:39
|
FYI. (William took over the maintenance of ddccontrol) On 01/25/2012 10:16 AM, Mike Frysinger wrote: > The gddccontrol code uses the common header to get at the timeout > define, but that fails when ddcpci is disabled. This replaces the > header with a copy of the define, but this kind of sucks. Not sure > how best to address this. > > Signed-off-by: Mike Frysinger <va...@ge...> > --- > src/gddccontrol/main.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/gddccontrol/main.c b/src/gddccontrol/main.c > index b76e98d..766125e 100644 > --- a/src/gddccontrol/main.c > +++ b/src/gddccontrol/main.c > @@ -24,7 +24,7 @@ > #include <stdio.h> > #include <unistd.h> > > -#include "ddcpci-ipc.h" > +#define IDLE_TIMEOUT 60 > > #include "notebook.h" > |