.gitignore | 1 + configure.ac | 2 +- man/XListInputDevices.man | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-)
New commits: commit 0239ef13d66113024066b7db8ade3942af563656 Author: Eric Anholt <[EMAIL PROTECTED]> Date: Wed Sep 5 09:45:20 2007 -0700 Bump version to 1.1.3. diff --git a/configure.ac b/configure.ac index 2641313..4df3964 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(libXi, 1.1.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXi) +AC_INIT(libXi, 1.1.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXi) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE commit 235b283ef6eda4591c95b4749d0a8cd0181783a6 Author: James Cloos <[EMAIL PROTECTED]> Date: Mon Sep 3 05:53:41 2007 -0400 Add *~ to .gitignore to skip patch/emacs droppings diff --git a/.gitignore b/.gitignore index 4ee60b1..0c9507a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ MakeOut missing mkinstalldirs xi.pc +*~ commit 89d7e38124cdb34c55f8c28680725b5b645fe106 Author: Eric S. Raymond <[EMAIL PROTECTED]> Date: Sun Jan 14 10:51:00 2007 -0800 Bug #9659: Bad markup on XListInputDevices.3x X.Org Bugzilla #9659 <https://bugs.freedesktop.org/show_bug.cgi?id=9659> diff --git a/man/XListInputDevices.man b/man/XListInputDevices.man index 9156fe2..2483ea4 100644 --- a/man/XListInputDevices.man +++ b/man/XListInputDevices.man @@ -175,7 +175,7 @@ num_buttons specifies the number of buttons that the device has. The XValuatorInfo structure defines the characteristics of the valuators on the device. It is defined as follows: .LP -.DE +.DS .nf typedef struct _XValuatorInfo { XID class; @@ -186,7 +186,7 @@ typedef struct _XValuatorInfo { XAxisInfoPtr axes; } XValuatorInfo; .fi -.DS +.DE num_axes contains the number of axes the device supports. .LP mode is a constant that has one of the following -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]