XI.h         |    3 ++-
 XIproto.h    |    2 +-
 configure.ac |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit c109e2ddb9cab22f185a877ab7e48002d1087400
Author: Peter Hutterer <[EMAIL PROTECTED]>
Date:   Tue Jul 29 09:10:09 2008 +0930

    inputproto 1.4.4

diff --git a/configure.ac b/configure.ac
index b07f4ea..b343465 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT([InputProto], [1.4.3], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([InputProto], [1.4.4], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 XORG_RELEASE_VERSION

commit f41d153886c3519ebaf767f9c0d3281b6adce030
Author: Peter Hutterer <[EMAIL PROTECTED]>
Date:   Tue Jul 29 08:58:53 2008 +0930

    Add DeviceControlChanged define.
    
    This value is used for the devchange field in the DevicePresenceNotify event
    when a device's control has been modified.
    (cherry picked from commit 0daf8328cfa90b038753fc409c5eb05ba3fac6d5)

diff --git a/XI.h b/XI.h
index 3b11860..51a4175 100644
--- a/XI.h
+++ b/XI.h
@@ -250,7 +250,8 @@ SOFTWARE.
 #define DeviceRemoved            1
 #define DeviceEnabled            2
 #define DeviceDisabled           3
-#define DeviceUnrecoverable      4  
+#define DeviceUnrecoverable      4
+#define DeviceControlChanged     5
 
 #define XI_BadDevice   0
 #define XI_BadEvent    1
diff --git a/XIproto.h b/XIproto.h
index 4f46f4f..6d4bf64 100644
--- a/XIproto.h
+++ b/XIproto.h
@@ -1600,7 +1600,7 @@ typedef struct
     BYTE        pad00;
     CARD16     sequenceNumber B16;
     Time        time B32;
-    BYTE        devchange; /* Device{Added|Removed|Enabled|Disabled} */
+    BYTE        devchange; /* 
Device{Added|Removed|Enabled|Disabled|ControlChanged} */
     BYTE        deviceid;
     CARD16      control B16;
     CARD32     pad02 B32;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to