Re: [PATCH xorg-sgml-doctools] ToC on separate page in pdfs.

2011-12-31 Thread Gaetan Nadon
On 11-12-31 04:37 PM, Matt Dew wrote: > In the PDFs and postscript files docs, the Table of Contents should be on > its own page if the > doctype='article'. This matches the behavior with doctype='book' documents. > > --- > xorg-fo.xsl |7 +++ > 1 files changed, 7 insertions(+), 0 deleti

[PATCH xorg-sgml-doctools] ToC on separate page in pdfs.

2011-12-31 Thread Matt Dew
In the PDFs and postscript files docs, the Table of Contents should be on its own page if the doctype='article'. This matches the behavior with doctype='book' documents. --- xorg-fo.xsl |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/xorg-fo.xsl b/xorg-fo.xsl inde

Re: [PATCH libpciaccess] OpenBSD: Implement map_legacy and legacy_io

2011-12-31 Thread Jeremy Huddleston
On Dec 31, 2011, at 2:50 PM, Mark Kettenis wrote: >> From: Jeremy Huddleston >> Date: Sat, 31 Dec 2011 10:28:11 -0500 >> >> There is a logic error in the preprocessing which seems to assume >> that PCI_MAGIC_IO_RANGE is defined iff !(i386 || x86_64). > > Wouldn't call this a logic error, but y

Re: [PATCH libpciaccess] OpenBSD: Implement map_legacy and legacy_io

2011-12-31 Thread Mark Kettenis
> From: Jeremy Huddleston > Date: Sat, 31 Dec 2011 10:28:11 -0500 > > There is a logic error in the preprocessing which seems to assume > that PCI_MAGIC_IO_RANGE is defined iff !(i386 || x86_64). Wouldn't call this a logic error, but yes, OpenBSD/i386 and OpenBSD/amd64 will not define PCI_MAGIC_

[PATCH:xf86-input-evdev 2/2] Fix missing src/udev.c in the tarballs.

2011-12-31 Thread Cyril Brulebois
src/udev.c was added in 683a55e504f4fc2d1c847c54986439a0c61b2f20 but wasn't added to the SOURCES variable in src/Makefile.am, resulting in a missing file in the tarballs. Signed-off-by: Cyril Brulebois --- src/Makefile.am |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) Not sure we

[PATCH:xf86-input-evdev 1/2] configure.ac: Fix udev/libudev dependency.

2011-12-31 Thread Cyril Brulebois
In 683a55e504f4fc2d1c847c54986439a0c61b2f20, a dependency on libudev was added, but documented in configure.ac as a dependency on udev (which also happens to ship a pkg-config file). Signed-off-by: Cyril Brulebois --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Too

Re: [PATCH libpciaccess] OpenBSD: Implement map_legacy and legacy_io

2011-12-31 Thread Jeremy Huddleston
There is a logic error in the preprocessing which seems to assume that PCI_MAGIC_IO_RANGE is defined iff !(i386 || x86_64). I would prefer the preprocessor checks be a bit more robust... perhaps following this template for pci_device_openbsd_open_legacy_io: #if defined(__i386__) ... #elif defi

Re: [PATCH] fix wrong finger width range

2011-12-31 Thread Jeremy Huddleston
Reviewed-by: On Dec 28, 2011, at 1:46 AM, JJ Ding wrote: > From: JJ Ding > > Signed-off-by: JJ Ding > --- > Hi list, > > trivial fix, patch is against current master HEAD. > Thanks. > > jj > > src/eventcomm.c |3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/s