Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2017-03-10 20:48:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libinput (Old)
 and      /work/SRC/openSUSE:Factory/.libinput.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libinput"

Fri Mar 10 20:48:56 2017 rev:41 rq:477706 version:1.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libinput/libinput.changes        2017-03-03 
14:37:34.660613499 +0100
+++ /work/SRC/openSUSE:Factory/.libinput.new/libinput.changes   2017-03-10 
20:48:57.965976273 +0100
@@ -1,0 +2,19 @@
+Wed Mar  8 09:34:25 UTC 2017 - [email protected]
+
+- Update to version 1.6.3:
+  * A few small fixes that likely affect few users only: the
+    minimum size for horizontal edge scrolling has been reduced to
+    40mm and hovering touches inside a software button area are
+    handled better now. Since we don't use pressure-based touches
+    in 1.6.x, this is unlikely to be noticed.
+  * Requesting an invalid mode group index doesn't crash anymore,
+    that's pretty much UX improvement 101.
+- Drop libinput-fix-crasher.patch: Fixed upstream.
+
+-------------------------------------------------------------------
+Wed Mar  1 19:51:34 UTC 2017 - [email protected]
+
+- Add libinput-fix-crasher.patch: Fix a crash when requesting
+  invalid mode group indices.
+
+-------------------------------------------------------------------

Old:
----
  libinput-1.6.2.tar.xz
  libinput-1.6.2.tar.xz.sig

New:
----
  libinput-1.6.3.tar.xz
  libinput-1.6.3.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libinput.spec ++++++
--- /var/tmp/diff_new_pack.IyQPSk/_old  2017-03-10 20:48:58.617883874 +0100
+++ /var/tmp/diff_new_pack.IyQPSk/_new  2017-03-10 20:48:58.621883307 +0100
@@ -18,7 +18,7 @@
 
 Name:           libinput
 %define lname  libinput10
-Version:        1.6.2
+Version:        1.6.3
 Release:        0
 Summary:        Input device and event processing library
 License:        MIT

++++++ libinput-1.6.2.tar.xz -> libinput-1.6.3.tar.xz ++++++
++++ 1666 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/configure.ac new/libinput-1.6.3/configure.ac
--- old/libinput-1.6.2/configure.ac     2017-02-21 03:24:50.000000000 +0100
+++ new/libinput-1.6.3/configure.ac     2017-03-08 09:12:05.000000000 +0100
@@ -2,7 +2,7 @@
 
 m4_define([libinput_major_version], [1])
 m4_define([libinput_minor_version], [6])
-m4_define([libinput_micro_version], [2])
+m4_define([libinput_micro_version], [3])
 m4_define([libinput_version],
           
[libinput_major_version.libinput_minor_version.libinput_micro_version])
 
@@ -35,7 +35,7 @@
 # b) If interfaces have been changed or added, but binary compatibility has
 #    been preserved, change to C+1:0:A+1
 # c) If the interface is the same as the previous version, change to C:R+1:A
-LIBINPUT_LT_VERSION=21:4:11
+LIBINPUT_LT_VERSION=21:5:11
 AC_SUBST(LIBINPUT_LT_VERSION)
 
 AM_SILENT_RULES([yes])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/device-configuration-via-udev.dox 
new/libinput-1.6.3/doc/device-configuration-via-udev.dox
--- old/libinput-1.6.2/doc/device-configuration-via-udev.dox    2017-02-21 
03:24:50.000000000 +0100
+++ new/libinput-1.6.3/doc/device-configuration-via-udev.dox    2017-03-08 
09:12:05.000000000 +0100
@@ -108,7 +108,7 @@
 @section model_specific_configuration Model-specific configuration
 
 libinput reserves the property prefixes <b>LIBINPUT_MODEL_</b> and
-<b>LIBINPUT_ATTR_*</b> for model-specific configuration. <b>These prefixes
+<b>LIBINPUT_ATTR_</b> for model-specific configuration. <b>These prefixes
 are reserved as private API, do not use.</b>
 
 The effect of these properties may be to enable or disable certain
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/README_8txt.html 
new/libinput-1.6.3/doc/html/README_8txt.html
--- old/libinput-1.6.2/doc/html/README_8txt.html        2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/README_8txt.html        2017-03-08 
09:12:18.000000000 +0100
@@ -8,7 +8,7 @@
         <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
         <meta name="generator" content="Doxygen 1.8.13"/>
         <script type="text/javascript" 
src="https://code.jquery.com/jquery-2.1.1.min.js";></script>
-        <title>libinput: 
/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/README.txt File 
Reference</title>
+        <title>libinput: 
/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/README.txt 
File Reference</title>
         <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
         <script type="text/javascript" src="dynsections.js"></script>
         <link href="search/search.css" rel="stylesheet" type="text/css"/>
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -72,7 +72,7 @@
 </div><!-- top -->
 <div class="header">
   <div class="headertitle">
-<div 
class="title">/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/README.txt
 File Reference</div>  </div>
+<div 
class="title">/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/README.txt
 File Reference</div>  </div>
 </div><!--header-->
 <div class="contents">
 </div><!-- contents -->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/absolute-axes_8dox.html 
new/libinput-1.6.3/doc/html/absolute-axes_8dox.html
--- old/libinput-1.6.2/doc/html/absolute-axes_8dox.html 2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/absolute-axes_8dox.html 2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/absolute-coordinate-ranges_8dox.html 
new/libinput-1.6.3/doc/html/absolute-coordinate-ranges_8dox.html
--- old/libinput-1.6.2/doc/html/absolute-coordinate-ranges_8dox.html    
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/absolute-coordinate-ranges_8dox.html    
2017-03-08 09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/absolute_axes.html 
new/libinput-1.6.3/doc/html/absolute_axes.html
--- old/libinput-1.6.2/doc/html/absolute_axes.html      2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/absolute_axes.html      2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/absolute_coordinate_ranges.html 
new/libinput-1.6.3/doc/html/absolute_coordinate_ranges.html
--- old/libinput-1.6.2/doc/html/absolute_coordinate_ranges.html 2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/absolute_coordinate_ranges.html 2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/annotated.html 
new/libinput-1.6.3/doc/html/annotated.html
--- old/libinput-1.6.2/doc/html/annotated.html  2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/annotated.html  2017-03-08 09:12:19.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/bug.html new/libinput-1.6.3/doc/html/bug.html
--- old/libinput-1.6.2/doc/html/bug.html        2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/bug.html        2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/building_8dox.html 
new/libinput-1.6.3/doc/html/building_8dox.html
--- old/libinput-1.6.2/doc/html/building_8dox.html      2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/building_8dox.html      2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/building_libinput.html 
new/libinput-1.6.3/doc/html/building_libinput.html
--- old/libinput-1.6.2/doc/html/building_libinput.html  2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/building_libinput.html  2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/classes.html 
new/libinput-1.6.3/doc/html/classes.html
--- old/libinput-1.6.2/doc/html/classes.html    2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/classes.html    2017-03-08 09:12:19.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/clickpad-softbuttons_8dox.html 
new/libinput-1.6.3/doc/html/clickpad-softbuttons_8dox.html
--- old/libinput-1.6.2/doc/html/clickpad-softbuttons_8dox.html  2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/clickpad-softbuttons_8dox.html  2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/clickpad_softbuttons.html 
new/libinput-1.6.3/doc/html/clickpad_softbuttons.html
--- old/libinput-1.6.2/doc/html/clickpad_softbuttons.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/clickpad_softbuttons.html       2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/contributing.html 
new/libinput-1.6.3/doc/html/contributing.html
--- old/libinput-1.6.2/doc/html/contributing.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/contributing.html       2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/contributing_8dox.html 
new/libinput-1.6.3/doc/html/contributing_8dox.html
--- old/libinput-1.6.2/doc/html/contributing_8dox.html  2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/contributing_8dox.html  2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/developers.html 
new/libinput-1.6.3/doc/html/developers.html
--- old/libinput-1.6.2/doc/html/developers.html 2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/developers.html 2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/device-configuration-via-udev_8dox.html 
new/libinput-1.6.3/doc/html/device-configuration-via-udev_8dox.html
--- old/libinput-1.6.2/doc/html/device-configuration-via-udev_8dox.html 
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/device-configuration-via-udev_8dox.html 
2017-03-08 09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html 
new/libinput-1.6.3/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
--- old/libinput-1.6.2/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html       
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html       
2017-03-08 09:12:19.000000000 +0100
@@ -8,7 +8,7 @@
         <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
         <meta name="generator" content="Doxygen 1.8.13"/>
         <script type="text/javascript" 
src="https://code.jquery.com/jquery-2.1.1.min.js";></script>
-        <title>libinput: 
/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src Directory 
Reference</title>
+        <title>libinput: 
/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src 
Directory Reference</title>
         <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
         <script type="text/javascript" src="dynsections.js"></script>
         <link href="search/search.css" rel="stylesheet" type="text/css"/>
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/faq.html new/libinput-1.6.3/doc/html/faq.html
--- old/libinput-1.6.2/doc/html/faq.html        2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/faq.html        2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/faqs_8dox.html 
new/libinput-1.6.3/doc/html/faqs_8dox.html
--- old/libinput-1.6.2/doc/html/faqs_8dox.html  2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/faqs_8dox.html  2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/files.html new/libinput-1.6.3/doc/html/files.html
--- old/libinput-1.6.2/doc/html/files.html      2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/files.html      2017-03-08 09:12:19.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/functions.html 
new/libinput-1.6.3/doc/html/functions.html
--- old/libinput-1.6.2/doc/html/functions.html  2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/functions.html  2017-03-08 09:12:19.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/functions_vars.html 
new/libinput-1.6.3/doc/html/functions_vars.html
--- old/libinput-1.6.2/doc/html/functions_vars.html     2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/functions_vars.html     2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/general.html 
new/libinput-1.6.3/doc/html/general.html
--- old/libinput-1.6.2/doc/html/general.html    2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/general.html    2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/gestures.html 
new/libinput-1.6.3/doc/html/gestures.html
--- old/libinput-1.6.2/doc/html/gestures.html   2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/gestures.html   2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/gestures_8dox.html 
new/libinput-1.6.3/doc/html/gestures_8dox.html
--- old/libinput-1.6.2/doc/html/gestures_8dox.html      2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/gestures_8dox.html      2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/globals.html 
new/libinput-1.6.3/doc/html/globals.html
--- old/libinput-1.6.2/doc/html/globals.html    2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/globals.html    2017-03-08 09:12:19.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/globals_defs.html 
new/libinput-1.6.3/doc/html/globals_defs.html
--- old/libinput-1.6.2/doc/html/globals_defs.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/globals_defs.html       2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/globals_enum.html 
new/libinput-1.6.3/doc/html/globals_enum.html
--- old/libinput-1.6.2/doc/html/globals_enum.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/globals_enum.html       2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/globals_eval.html 
new/libinput-1.6.3/doc/html/globals_eval.html
--- old/libinput-1.6.2/doc/html/globals_eval.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/globals_eval.html       2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/globals_func.html 
new/libinput-1.6.3/doc/html/globals_func.html
--- old/libinput-1.6.2/doc/html/globals_func.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/globals_func.html       2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/globals_type.html 
new/libinput-1.6.3/doc/html/globals_type.html
--- old/libinput-1.6.2/doc/html/globals_type.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/globals_type.html       2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/group__base.html 
new/libinput-1.6.3/doc/html/group__base.html
--- old/libinput-1.6.2/doc/html/group__base.html        2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/group__base.html        2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/group__config.html 
new/libinput-1.6.3/doc/html/group__config.html
--- old/libinput-1.6.2/doc/html/group__config.html      2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/group__config.html      2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/group__device.html 
new/libinput-1.6.3/doc/html/group__device.html
--- old/libinput-1.6.2/doc/html/group__device.html      2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/group__device.html      2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/group__event.html 
new/libinput-1.6.3/doc/html/group__event.html
--- old/libinput-1.6.2/doc/html/group__event.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/group__event.html       2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/group__event__gesture.html 
new/libinput-1.6.3/doc/html/group__event__gesture.html
--- old/libinput-1.6.2/doc/html/group__event__gesture.html      2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/group__event__gesture.html      2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/group__event__keyboard.html 
new/libinput-1.6.3/doc/html/group__event__keyboard.html
--- old/libinput-1.6.2/doc/html/group__event__keyboard.html     2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/group__event__keyboard.html     2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/group__event__pointer.html 
new/libinput-1.6.3/doc/html/group__event__pointer.html
--- old/libinput-1.6.2/doc/html/group__event__pointer.html      2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/group__event__pointer.html      2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/group__event__tablet.html 
new/libinput-1.6.3/doc/html/group__event__tablet.html
--- old/libinput-1.6.2/doc/html/group__event__tablet.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/group__event__tablet.html       2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/group__event__tablet__pad.html 
new/libinput-1.6.3/doc/html/group__event__tablet__pad.html
--- old/libinput-1.6.2/doc/html/group__event__tablet__pad.html  2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/group__event__tablet__pad.html  2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/group__event__touch.html 
new/libinput-1.6.3/doc/html/group__event__touch.html
--- old/libinput-1.6.2/doc/html/group__event__touch.html        2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/group__event__touch.html        2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/group__seat.html 
new/libinput-1.6.3/doc/html/group__seat.html
--- old/libinput-1.6.2/doc/html/group__seat.html        2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/group__seat.html        2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/group__tablet__pad__modes.html 
new/libinput-1.6.3/doc/html/group__tablet__pad__modes.html
--- old/libinput-1.6.2/doc/html/group__tablet__pad__modes.html  2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/group__tablet__pad__modes.html  2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/index.html new/libinput-1.6.3/doc/html/index.html
--- old/libinput-1.6.2/doc/html/index.html      2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/index.html      2017-03-08 09:12:19.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/libinput_8h.html 
new/libinput-1.6.3/doc/html/libinput_8h.html
--- old/libinput-1.6.2/doc/html/libinput_8h.html        2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/libinput_8h.html        2017-03-08 
09:12:18.000000000 +0100
@@ -8,7 +8,7 @@
         <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
         <meta name="generator" content="Doxygen 1.8.13"/>
         <script type="text/javascript" 
src="https://code.jquery.com/jquery-2.1.1.min.js";></script>
-        <title>libinput: 
/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/libinput.h File 
Reference</title>
+        <title>libinput: 
/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/libinput.h
 File Reference</title>
         <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
         <script type="text/javascript" src="dynsections.js"></script>
         <link href="search/search.css" rel="stylesheet" type="text/css"/>
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/libinput_8h_source.html 
new/libinput-1.6.3/doc/html/libinput_8h_source.html
--- old/libinput-1.6.2/doc/html/libinput_8h_source.html 2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/libinput_8h_source.html 2017-03-08 
09:12:18.000000000 +0100
@@ -8,7 +8,7 @@
         <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
         <meta name="generator" content="Doxygen 1.8.13"/>
         <script type="text/javascript" 
src="https://code.jquery.com/jquery-2.1.1.min.js";></script>
-        <title>libinput: 
/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/libinput.h Source 
File</title>
+        <title>libinput: 
/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/libinput.h
 Source File</title>
         <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
         <script type="text/javascript" src="dynsections.js"></script>
         <link href="search/search.css" rel="stylesheet" type="text/css"/>
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/middle-button-emulation_8dox.html 
new/libinput-1.6.3/doc/html/middle-button-emulation_8dox.html
--- old/libinput-1.6.2/doc/html/middle-button-emulation_8dox.html       
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/middle-button-emulation_8dox.html       
2017-03-08 09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/middle_button_emulation.html 
new/libinput-1.6.3/doc/html/middle_button_emulation.html
--- old/libinput-1.6.2/doc/html/middle_button_emulation.html    2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/middle_button_emulation.html    2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/misc.html new/libinput-1.6.3/doc/html/misc.html
--- old/libinput-1.6.2/doc/html/misc.html       2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/misc.html       2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/modules.html 
new/libinput-1.6.3/doc/html/modules.html
--- old/libinput-1.6.2/doc/html/modules.html    2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/modules.html    2017-03-08 09:12:19.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/motion_normalization.html 
new/libinput-1.6.3/doc/html/motion_normalization.html
--- old/libinput-1.6.2/doc/html/motion_normalization.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/motion_normalization.html       2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/normalization-of-relative-motion_8dox.html 
new/libinput-1.6.3/doc/html/normalization-of-relative-motion_8dox.html
--- old/libinput-1.6.2/doc/html/normalization-of-relative-motion_8dox.html      
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/normalization-of-relative-motion_8dox.html      
2017-03-08 09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/page-hierarchy_8dox.html 
new/libinput-1.6.3/doc/html/page-hierarchy_8dox.html
--- old/libinput-1.6.2/doc/html/page-hierarchy_8dox.html        2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/page-hierarchy_8dox.html        2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/pages.html new/libinput-1.6.3/doc/html/pages.html
--- old/libinput-1.6.2/doc/html/pages.html      2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/pages.html      2017-03-08 09:12:19.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/palm-detection_8dox.html 
new/libinput-1.6.3/doc/html/palm-detection_8dox.html
--- old/libinput-1.6.2/doc/html/palm-detection_8dox.html        2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/palm-detection_8dox.html        2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/palm_detection.html 
new/libinput-1.6.3/doc/html/palm_detection.html
--- old/libinput-1.6.2/doc/html/palm_detection.html     2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/palm_detection.html     2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/pointer-acceleration.html 
new/libinput-1.6.3/doc/html/pointer-acceleration.html
--- old/libinput-1.6.2/doc/html/pointer-acceleration.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/pointer-acceleration.html       2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/pointer-acceleration_8dox.html 
new/libinput-1.6.3/doc/html/pointer-acceleration_8dox.html
--- old/libinput-1.6.2/doc/html/pointer-acceleration_8dox.html  2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/pointer-acceleration_8dox.html  2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/pointers.html 
new/libinput-1.6.3/doc/html/pointers.html
--- old/libinput-1.6.2/doc/html/pointers.html   2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/pointers.html   2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/reporting-bugs_8dox.html 
new/libinput-1.6.3/doc/html/reporting-bugs_8dox.html
--- old/libinput-1.6.2/doc/html/reporting-bugs_8dox.html        2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/reporting-bugs_8dox.html        2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/reporting_bugs.html 
new/libinput-1.6.3/doc/html/reporting_bugs.html
--- old/libinput-1.6.2/doc/html/reporting_bugs.html     2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/reporting_bugs.html     2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/scrolling.html 
new/libinput-1.6.3/doc/html/scrolling.html
--- old/libinput-1.6.2/doc/html/scrolling.html  2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/scrolling.html  2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/scrolling_8dox.html 
new/libinput-1.6.3/doc/html/scrolling_8dox.html
--- old/libinput-1.6.2/doc/html/scrolling_8dox.html     2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/scrolling_8dox.html     2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/seats.html new/libinput-1.6.3/doc/html/seats.html
--- old/libinput-1.6.2/doc/html/seats.html      2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/seats.html      2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/seats_8dox.html 
new/libinput-1.6.3/doc/html/seats_8dox.html
--- old/libinput-1.6.2/doc/html/seats_8dox.html 2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/seats_8dox.html 2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput.html 
new/libinput-1.6.3/doc/html/structlibinput.html
--- old/libinput-1.6.2/doc/html/structlibinput.html     2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput.html     2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -84,7 +84,7 @@
 <div class="textblock"><p>A handle for accessing libinput. </p>
 <p>This struct is refcounted, use <a class="el" 
href="group__base.html#gafff29392ec52e1e7de5bb812e085127a" title="Add a 
reference to the context. ">libinput_ref()</a> and <a class="el" 
href="group__base.html#ga7ed0797d23e34b650e0aeb98b5350309" title="Dereference 
the libinput context. ">libinput_unref()</a>. </p>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__device.html 
new/libinput-1.6.3/doc/html/structlibinput__device.html
--- old/libinput-1.6.2/doc/html/structlibinput__device.html     2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__device.html     2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -84,7 +84,7 @@
 <div class="textblock"><p>A base handle for accessing libinput devices. </p>
 <p>This struct is refcounted, use <a class="el" 
href="group__device.html#ga3335d55a50f0c2fb0c5f496a3105d467" title="Increase 
the refcount of the input device. ">libinput_device_ref()</a> and <a class="el" 
href="group__device.html#ga857340e2dab06c7f7d84173a5a1fa427" title="Decrease 
the refcount of the input device. ">libinput_device_unref()</a>. </p>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__device__group.html 
new/libinput-1.6.3/doc/html/structlibinput__device__group.html
--- old/libinput-1.6.2/doc/html/structlibinput__device__group.html      
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__device__group.html      
2017-03-08 09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -84,7 +84,7 @@
 <div class="textblock"><p>A base handle for accessing libinput device groups. 
</p>
 <p>This struct is refcounted, use <a class="el" 
href="group__device.html#ga72f2803f681e074e56e0da63e4ccead2" title="Increase 
the refcount of the device group. ">libinput_device_group_ref()</a> and <a 
class="el" href="group__device.html#ga371124d3d3bec0a7f946acd1c4417efe" 
title="Decrease the refcount of the device group. 
">libinput_device_group_unref()</a>. </p>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__event.html 
new/libinput-1.6.3/doc/html/structlibinput__event.html
--- old/libinput-1.6.2/doc/html/structlibinput__event.html      2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__event.html      2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -85,7 +85,7 @@
 <p>Use <a class="el" 
href="group__event.html#ga52acdc3afcf75efeb8153f50eef20615" title="Return the 
pointer event that is this input event. 
">libinput_event_get_pointer_event()</a> or similar to get the actual event 
type.</p>
 <dl class="section warning"><dt>Warning</dt><dd>Unlike other structs events 
are considered transient and <b>not</b> refcounted. </dd></dl>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__event__device__notify.html 
new/libinput-1.6.3/doc/html/structlibinput__event__device__notify.html
--- old/libinput-1.6.2/doc/html/structlibinput__event__device__notify.html      
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__event__device__notify.html      
2017-03-08 09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -83,7 +83,7 @@
 <a name="details" id="details"></a><h2 class="groupheader">Detailed 
Description</h2>
 <div class="textblock"><p>An event notifying the caller of a device being 
added or removed. </p>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__event__keyboard.html 
new/libinput-1.6.3/doc/html/structlibinput__event__keyboard.html
--- old/libinput-1.6.2/doc/html/structlibinput__event__keyboard.html    
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__event__keyboard.html    
2017-03-08 09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -83,7 +83,7 @@
 <a name="details" id="details"></a><h2 class="groupheader">Detailed 
Description</h2>
 <div class="textblock"><p>A keyboard event representing a key press/release. 
</p>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__event__pointer.html 
new/libinput-1.6.3/doc/html/structlibinput__event__pointer.html
--- old/libinput-1.6.2/doc/html/structlibinput__event__pointer.html     
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__event__pointer.html     
2017-03-08 09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -83,7 +83,7 @@
 <a name="details" id="details"></a><h2 class="groupheader">Detailed 
Description</h2>
 <div class="textblock"><p>A pointer event representing relative or absolute 
pointer movement, a button press/release or scroll axis events. </p>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__event__tablet__pad.html 
new/libinput-1.6.3/doc/html/structlibinput__event__tablet__pad.html
--- old/libinput-1.6.2/doc/html/structlibinput__event__tablet__pad.html 
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__event__tablet__pad.html 
2017-03-08 09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -84,7 +84,7 @@
 <div class="textblock"><p>Tablet pad event representing a button press, or 
ring/strip update on the tablet pad itself. </p>
 <p>Valid event types for this event are <a class="el" 
href="group__base.html#ggac30276a06e8b1434b959f2c8dde74f7ca8b1be0a98eba05bd046a15ad32b18a74">LIBINPUT_EVENT_TABLET_PAD_BUTTON</a>,
 <a class="el" 
href="group__base.html#ggac30276a06e8b1434b959f2c8dde74f7ca243f5e4a62b72c2ff15d2b025a91e70f">LIBINPUT_EVENT_TABLET_PAD_RING</a>
 and <a class="el" 
href="group__base.html#ggac30276a06e8b1434b959f2c8dde74f7ca2b66dc7ee62f549a3f63217977a5a306">LIBINPUT_EVENT_TABLET_PAD_STRIP</a>.
 </p>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__event__tablet__tool.html 
new/libinput-1.6.3/doc/html/structlibinput__event__tablet__tool.html
--- old/libinput-1.6.2/doc/html/structlibinput__event__tablet__tool.html        
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__event__tablet__tool.html        
2017-03-08 09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -84,7 +84,7 @@
 <div class="textblock"><p>Tablet tool event representing an axis update, 
button press, or tool update. </p>
 <p>Valid event types for this event are <a class="el" 
href="group__base.html#ggac30276a06e8b1434b959f2c8dde74f7cafd96baa20189125ce908b3d65a845de1">LIBINPUT_EVENT_TABLET_TOOL_AXIS</a>,
 <a class="el" 
href="group__base.html#ggac30276a06e8b1434b959f2c8dde74f7ca4f726f7db59c83dd948a5ea1d59f57b8">LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY</a>
 and <a class="el" 
href="group__base.html#ggac30276a06e8b1434b959f2c8dde74f7ca72cb2d7532fb3116debc00d7eecebfa9">LIBINPUT_EVENT_TABLET_TOOL_BUTTON</a>.
 </p>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__event__touch.html 
new/libinput-1.6.3/doc/html/structlibinput__event__touch.html
--- old/libinput-1.6.2/doc/html/structlibinput__event__touch.html       
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__event__touch.html       
2017-03-08 09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -84,7 +84,7 @@
 <div class="textblock"><p>Touch event representing a touch down, move or up, 
as well as a touch cancel and touch frame events. </p>
 <p>Valid event types for this event are <a class="el" 
href="group__base.html#ggac30276a06e8b1434b959f2c8dde74f7caa14993972db3e944b4e3f5e74dd99dcb">LIBINPUT_EVENT_TOUCH_DOWN</a>,
 <a class="el" 
href="group__base.html#ggac30276a06e8b1434b959f2c8dde74f7caa96855d3716c4dccd47a69753ed2d468">LIBINPUT_EVENT_TOUCH_MOTION</a>,
 <a class="el" 
href="group__base.html#ggac30276a06e8b1434b959f2c8dde74f7ca1b48aaefbee80a1cbbcb5986d650bc62">LIBINPUT_EVENT_TOUCH_UP</a>,
 <a class="el" 
href="group__base.html#ggac30276a06e8b1434b959f2c8dde74f7caaf4ed8adce078146aedac569e3178052">LIBINPUT_EVENT_TOUCH_CANCEL</a>
 and <a class="el" 
href="group__base.html#ggac30276a06e8b1434b959f2c8dde74f7ca2b9b566a3bf1f460a144456697ee7387">LIBINPUT_EVENT_TOUCH_FRAME</a>.
 </p>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__interface.html 
new/libinput-1.6.3/doc/html/structlibinput__interface.html
--- old/libinput-1.6.2/doc/html/structlibinput__interface.html  2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__interface.html  2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -147,7 +147,7 @@
 </div>
 </div>
 <hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__seat.html 
new/libinput-1.6.3/doc/html/structlibinput__seat.html
--- old/libinput-1.6.2/doc/html/structlibinput__seat.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__seat.html       2017-03-08 
09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -84,7 +84,7 @@
 <div class="textblock"><p>The base handle for accessing libinput seats. </p>
 <p>This struct is refcounted, use <a class="el" 
href="group__seat.html#ga60445ab81e8ee3a10b85e88617231069" title="Increase the 
refcount of the seat. ">libinput_seat_ref()</a> and <a class="el" 
href="group__seat.html#ga81d52d0e9332f07c39a899c8c2fd3400" title="Decrease the 
refcount of the seat. ">libinput_seat_unref()</a>. </p>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__tablet__pad__mode__group.html 
new/libinput-1.6.3/doc/html/structlibinput__tablet__pad__mode__group.html
--- old/libinput-1.6.2/doc/html/structlibinput__tablet__pad__mode__group.html   
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__tablet__pad__mode__group.html   
2017-03-08 09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -86,7 +86,7 @@
 <p>Most tablets only have a single mode group, some tablets provide multiple 
mode groups through independent banks of LEDs (e.g. the Wacom Cintiq 24HD). 
libinput guarantees that at least one mode group is always available.</p>
 <p>This struct is refcounted, use <a class="el" 
href="group__tablet__pad__modes.html#ga24f9fe4abfed860c6fd9dbd6963df79b" 
title="Increase the refcount of the mode group. 
">libinput_tablet_pad_mode_group_ref()</a> and <a class="el" 
href="group__tablet__pad__modes.html#ga486ea28bdecd75500916367972d6bfe7" 
title="Decrease the refcount of the mode group. 
">libinput_tablet_pad_mode_group_unref()</a>. </p>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/structlibinput__tablet__tool.html 
new/libinput-1.6.3/doc/html/structlibinput__tablet__tool.html
--- old/libinput-1.6.2/doc/html/structlibinput__tablet__tool.html       
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/structlibinput__tablet__tool.html       
2017-03-08 09:12:19.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -85,7 +85,7 @@
 <p>Tablet events generated by such a device are bound to a specific tool 
rather than coming from the device directly. Depending on the hardware it is 
possible to track the same physical tool across multiple struct <a class="el" 
href="structlibinput__device.html" title="A base handle for accessing libinput 
devices. ">libinput_device</a> devices, see <a class="el" 
href="tablet-support.html#tablet-serial-numbers">Tracking unique tools</a>.</p>
 <p>This struct is refcounted, use <a class="el" 
href="group__event__tablet.html#ga3590fb3c4c03fcfbd2171e6f012a755d" 
title="Increment the reference count of the tool by one. 
">libinput_tablet_tool_ref()</a> and <a class="el" 
href="group__event__tablet.html#ga10577ff3acd02131ceb8cd7d5e4469ee" 
title="Decrement the reference count of the tool by one. 
">libinput_tablet_tool_unref()</a>. </p>
 </div><hr/>The documentation for this struct was generated from the following 
file:<ul>
-<li>/home/whot/tmp/2017-02-21-Tue/libinput/build.JBUv0sJOnQ/src/<a class="el" 
href="libinput_8h_source.html">libinput.h</a></li>
+<li>/home/whot/code/libinput/build.lkOwPbbKiS/release/build.lkOwPbbKiS/src/<a 
class="el" href="libinput_8h_source.html">libinput.h</a></li>
 </ul>
 </div><!-- contents -->
 <!-- HTML footer for doxygen 1.8.8-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/t440-support_8dox.html 
new/libinput-1.6.3/doc/html/t440-support_8dox.html
--- old/libinput-1.6.2/doc/html/t440-support_8dox.html  2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/t440-support_8dox.html  2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/t440_support.html 
new/libinput-1.6.3/doc/html/t440_support.html
--- old/libinput-1.6.2/doc/html/t440_support.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/t440_support.html       2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/tablet-support.html 
new/libinput-1.6.3/doc/html/tablet-support.html
--- old/libinput-1.6.2/doc/html/tablet-support.html     2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/tablet-support.html     2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/tablet-support_8dox.html 
new/libinput-1.6.3/doc/html/tablet-support_8dox.html
--- old/libinput-1.6.2/doc/html/tablet-support_8dox.html        2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/tablet-support_8dox.html        2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/tablets.html 
new/libinput-1.6.3/doc/html/tablets.html
--- old/libinput-1.6.2/doc/html/tablets.html    2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/tablets.html    2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/tapping.html 
new/libinput-1.6.3/doc/html/tapping.html
--- old/libinput-1.6.2/doc/html/tapping.html    2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/tapping.html    2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/tapping_8dox.html 
new/libinput-1.6.3/doc/html/tapping_8dox.html
--- old/libinput-1.6.2/doc/html/tapping_8dox.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/tapping_8dox.html       2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/test-suite.html 
new/libinput-1.6.3/doc/html/test-suite.html
--- old/libinput-1.6.2/doc/html/test-suite.html 2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/test-suite.html 2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/test-suite_8dox.html 
new/libinput-1.6.3/doc/html/test-suite_8dox.html
--- old/libinput-1.6.2/doc/html/test-suite_8dox.html    2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/test-suite_8dox.html    2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/tools.html new/libinput-1.6.3/doc/html/tools.html
--- old/libinput-1.6.2/doc/html/tools.html      2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/tools.html      2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/tools_8dox.html 
new/libinput-1.6.3/doc/html/tools_8dox.html
--- old/libinput-1.6.2/doc/html/tools_8dox.html 2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/tools_8dox.html 2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/touchpad-jumping-cursors_8dox.html 
new/libinput-1.6.3/doc/html/touchpad-jumping-cursors_8dox.html
--- old/libinput-1.6.2/doc/html/touchpad-jumping-cursors_8dox.html      
2017-02-21 03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/touchpad-jumping-cursors_8dox.html      
2017-03-08 09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/touchpad_jumping_cursor.html 
new/libinput-1.6.3/doc/html/touchpad_jumping_cursor.html
--- old/libinput-1.6.2/doc/html/touchpad_jumping_cursor.html    2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/touchpad_jumping_cursor.html    2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/touchpads.html 
new/libinput-1.6.3/doc/html/touchpads.html
--- old/libinput-1.6.2/doc/html/touchpads.html  2017-02-21 03:25:03.000000000 
+0100
+++ new/libinput-1.6.3/doc/html/touchpads.html  2017-03-08 09:12:18.000000000 
+0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/touchpads_8dox.html 
new/libinput-1.6.3/doc/html/touchpads_8dox.html
--- old/libinput-1.6.2/doc/html/touchpads_8dox.html     2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/touchpads_8dox.html     2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/touchscreens.html 
new/libinput-1.6.3/doc/html/touchscreens.html
--- old/libinput-1.6.2/doc/html/touchscreens.html       2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/touchscreens.html       2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/doc/html/udev_config.html 
new/libinput-1.6.3/doc/html/udev_config.html
--- old/libinput-1.6.2/doc/html/udev_config.html        2017-02-21 
03:25:03.000000000 +0100
+++ new/libinput-1.6.3/doc/html/udev_config.html        2017-03-08 
09:12:18.000000000 +0100
@@ -31,7 +31,7 @@
         <nav class="navbar navbar-default" role="navigation">
             <div class="container">
                 <div class="navbar-header">
-                    <a class="navbar-brand">libinput 1.6.2</a>
+                    <a class="navbar-brand">libinput 1.6.3</a>
                 </div>
             </div>
         </nav>
@@ -114,7 +114,7 @@
 <p>Below is an example udev rule to remove an <b>ID_INPUT_TOUCHPAD</b> setting 
and change it into an <b>ID_INPUT_TABLET</b> setting. This rule would apply for 
a device with the vendor/model ID of 012a/034b.</p>
 <div class="fragment"><div class="line">ACTION==<span 
class="stringliteral">&quot;add|change&quot;</span>, KERNEL==<span 
class="stringliteral">&quot;event[0-9]*&quot;</span>, ENV{ID_VENDOR_ID}==<span 
class="stringliteral">&quot;012a&quot;</span>, \</div><div 
class="line">ENV{ID_MODEL_ID}==<span 
class="stringliteral">&quot;034b&quot;</span>, ENV{ID_INPUT_TOUCHPAD}=<span 
class="stringliteral">&quot;&quot;</span>, ENV{ID_INPUT_TABLET}=<span 
class="stringliteral">&quot;1&quot;</span></div></div><!-- fragment --><h1><a 
class="anchor" id="model_specific_configuration"></a>
 Model-specific configuration</h1>
-<p>libinput reserves the property prefixes <b>LIBINPUT_MODEL_</b> and 
<b>LIBINPUT_ATTR_*</b> for model-specific configuration. <b>These prefixes are 
reserved as private API, do not use.</b></p>
+<p>libinput reserves the property prefixes <b>LIBINPUT_MODEL_</b> and 
<b>LIBINPUT_ATTR_</b> for model-specific configuration. <b>These prefixes are 
reserved as private API, do not use.</b></p>
 <p>The effect of these properties may be to enable or disable certain features 
on a specific device or set of devices, to change configuration defaults or any 
other reason. The effects of setting these properties, the format of the 
property and the value of the property are subject to change at any time.</p>
 <h2><a class="anchor" id="model_specific_configuration_x220fw81"></a>
 Lenovo x220 with touchpad firmware v8.1</h2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/src/evdev-mt-touchpad-buttons.c 
new/libinput-1.6.3/src/evdev-mt-touchpad-buttons.c
--- old/libinput-1.6.2/src/evdev-mt-touchpad-buttons.c  2017-02-21 
03:24:50.000000000 +0100
+++ new/libinput-1.6.3/src/evdev-mt-touchpad-buttons.c  2017-03-08 
09:12:05.000000000 +0100
@@ -458,7 +458,7 @@
        struct tp_touch *t;
 
        tp_for_each_touch(tp, t) {
-               if (t->state == TOUCH_NONE)
+               if (t->state == TOUCH_NONE || t->state == TOUCH_HOVERING)
                        continue;
 
                if (t->state == TOUCH_END) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/src/evdev-mt-touchpad-edge-scroll.c 
new/libinput-1.6.3/src/evdev-mt-touchpad-edge-scroll.c
--- old/libinput-1.6.2/src/evdev-mt-touchpad-edge-scroll.c      2017-02-21 
03:24:50.000000000 +0100
+++ new/libinput-1.6.3/src/evdev-mt-touchpad-edge-scroll.c      2017-03-08 
09:12:05.000000000 +0100
@@ -291,14 +291,14 @@
        struct phys_coords mm = { 0.0, 0.0 };
 
        evdev_device_get_size(device, &width, &height);
-       /* Touchpads smaller than 50mm are not tall enough to have a
+       /* Touchpads smaller than 40mm are not tall enough to have a
           horizontal scroll area, it takes too much space away. But
           clickpads have enough space here anyway because of the
           software button area (and all these tiny clickpads were built
           when software buttons were a thing, e.g. Lenovo *20 series)
         */
        if (!tp->buttons.is_clickpad)
-           want_horiz_scroll = (height >= 50);
+           want_horiz_scroll = (height >= 40);
 
        /* 7mm edge size */
        mm.x = width - 7;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/src/evdev-tablet-pad-leds.c 
new/libinput-1.6.3/src/evdev-tablet-pad-leds.c
--- old/libinput-1.6.2/src/evdev-tablet-pad-leds.c      2017-02-21 
03:24:50.000000000 +0100
+++ new/libinput-1.6.3/src/evdev-tablet-pad-leds.c      2017-03-08 
09:12:05.000000000 +0100
@@ -645,5 +645,9 @@
        if (!(device->seat_caps & EVDEV_DEVICE_TABLET_PAD))
                return NULL;
 
+       if (index >=
+           (unsigned int)evdev_device_tablet_pad_get_num_mode_groups(device))
+               return NULL;
+
        return pad_get_mode_group(pad, index);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/test/test-touchpad-buttons.c 
new/libinput-1.6.3/test/test-touchpad-buttons.c
--- old/libinput-1.6.2/test/test-touchpad-buttons.c     2017-02-21 
03:24:50.000000000 +0100
+++ new/libinput-1.6.3/test/test-touchpad-buttons.c     2017-03-08 
09:12:05.000000000 +0100
@@ -1476,6 +1476,37 @@
 }
 END_TEST
 
+START_TEST(clickpad_softbutton_hover_into_buttons)
+{
+       struct litest_device *dev = litest_current_device();
+       struct libinput *li = dev->libinput;
+
+       litest_drain_events(li);
+
+       litest_hover_start(dev, 0, 50, 50);
+       libinput_dispatch(li);
+       litest_hover_move_to(dev, 0, 50, 50, 90, 90, 10, 0);
+       libinput_dispatch(li);
+
+       litest_touch_move_to(dev, 0, 90, 90, 91, 91, 1, 0);
+
+       litest_button_click(dev, BTN_LEFT, true);
+       libinput_dispatch(li);
+
+       litest_assert_button_event(li,
+                                  BTN_RIGHT,
+                                  LIBINPUT_BUTTON_STATE_PRESSED);
+       litest_assert_empty_queue(li);
+
+       litest_button_click(dev, BTN_LEFT, false);
+       litest_touch_up(dev, 0);
+
+       litest_assert_button_event(li,
+                                  BTN_RIGHT,
+                                  LIBINPUT_BUTTON_STATE_RELEASED);
+}
+END_TEST
+
 START_TEST(clickpad_topsoftbuttons_left)
 {
        struct litest_device *dev = litest_current_device();
@@ -1961,6 +1992,7 @@
        litest_add("touchpad:softbutton", clickpad_softbutton_left_2nd_fg_move, 
LITEST_CLICKPAD, LITEST_APPLE_CLICKPAD);
        litest_add("touchpad:softbutton", clickpad_softbutton_left_to_right, 
LITEST_CLICKPAD, LITEST_APPLE_CLICKPAD);
        litest_add("touchpad:softbutton", clickpad_softbutton_right_to_left, 
LITEST_CLICKPAD, LITEST_APPLE_CLICKPAD);
+       litest_add("touchpad:softbutton", 
clickpad_softbutton_hover_into_buttons, LITEST_CLICKPAD|LITEST_HOVER, 
LITEST_APPLE_CLICKPAD);
 
        litest_add("touchpad:topsoftbuttons", clickpad_topsoftbuttons_left, 
LITEST_TOPBUTTONPAD, LITEST_ANY);
        litest_add("touchpad:topsoftbuttons", clickpad_topsoftbuttons_right, 
LITEST_TOPBUTTONPAD, LITEST_ANY);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/test/test-touchpad.c new/libinput-1.6.3/test/test-touchpad.c
--- old/libinput-1.6.2/test/test-touchpad.c     2017-02-21 03:24:50.000000000 
+0100
+++ new/libinput-1.6.3/test/test-touchpad.c     2017-03-08 09:12:05.000000000 
+0100
@@ -462,7 +462,7 @@
 
        rc = libinput_device_get_size(dev->libinput_device, &width, &height);
 
-       return rc == 0 && height >= 50;
+       return rc == 0 && height >= 40;
 }
 
 START_TEST(touchpad_edge_scroll_horiz)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/tools/event-debug.c new/libinput-1.6.3/tools/event-debug.c
--- old/libinput-1.6.2/tools/event-debug.c      2017-02-21 03:24:50.000000000 
+0100
+++ new/libinput-1.6.3/tools/event-debug.c      2017-03-08 09:12:05.000000000 
+0100
@@ -421,7 +421,7 @@
        (libinput_event_tablet_tool_##ax##_has_changed(ev) ? "*" : "")
 
        x = libinput_event_tablet_tool_get_x(t);
-       y = libinput_event_tablet_tool_get_x(t);
+       y = libinput_event_tablet_tool_get_y(t);
        printf("\t%.2f%s/%.2f%s",
               x, changed_sym(t, x),
               y, changed_sym(t, y));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libinput-1.6.2/tools/libinput-list-devices.c 
new/libinput-1.6.3/tools/libinput-list-devices.c
--- old/libinput-1.6.2/tools/libinput-list-devices.c    2017-02-21 
03:24:50.000000000 +0100
+++ new/libinput-1.6.3/tools/libinput-list-devices.c    2017-03-08 
09:12:05.000000000 +0100
@@ -245,16 +245,23 @@
 static void
 print_pad_info(struct libinput_device *device)
 {
-       int nbuttons, nrings, nstrips;
+       int nbuttons, nrings, nstrips, ngroups, nmodes;
+       struct libinput_tablet_pad_mode_group *group;
 
        nbuttons = libinput_device_tablet_pad_get_num_buttons(device);
        nrings = libinput_device_tablet_pad_get_num_rings(device);
        nstrips = libinput_device_tablet_pad_get_num_strips(device);
+       ngroups = libinput_device_tablet_pad_get_num_mode_groups(device);
+
+       group = libinput_device_tablet_pad_get_mode_group(device, 0);
+       nmodes = libinput_tablet_pad_mode_group_get_num_modes(group);
 
        printf("Pad:\n");
        printf("        Rings:   %d\n", nrings);
        printf("        Strips:  %d\n", nstrips);
        printf("        Buttons: %d\n", nbuttons);
+       printf("        Mode groups: %d (%d modes)\n", ngroups, nmodes);
+
 }
 
 static void


Reply via email to