Re: [PATCH libinput] gitignore: ignore compile script generated by automake >= 1.14

2016-01-19 Thread Peter Hutterer
On Tue, Jan 19, 2016 at 03:10:21PM +0100, Olivier Blin wrote: > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 8893a5f..ba5d0f5 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -14,6 +14,7 @@ Makefile > Makefile.in > aclocal.m4 > auto

Re: [PATCH libinput 5/7] tablet: add support for relative x/y motion deltas

2016-01-19 Thread Peter Hutterer
On Tue, Jan 19, 2016 at 05:02:51PM -0800, Bill Spitzak wrote: > On Tue, Jan 19, 2016 at 4:27 PM, Peter Hutterer > wrote: > > > > > > I am well aware of the wacom command, and use it. Setting a working > > > relative mode is really painful, and also does not survive reboot or > > > sleep/wakeup. >

Re: [PATCH libinput 5/7] tablet: add support for relative x/y motion deltas

2016-01-19 Thread Peter Hutterer
On Tue, Jan 19, 2016 at 12:23:22PM -0800, Bill Spitzak wrote: > On Mon, Jan 18, 2016 at 1:57 PM, Peter Hutterer > wrote: > > > > > mapping aspect ratio will be the job of the compositor. In reality, this > > will mean that one of the axes will be shortened to match the ratio. > > > > Yes I belie

Re: [PATCH] server: Add an API to get the socket fd for a client

2016-01-19 Thread Bryce Harrington
On Fri, Jan 15, 2016 at 01:36:21PM -0800, Bryce Harrington wrote: > On Fri, Jan 15, 2016 at 02:15:51PM +0900, Sung-Jin Park wrote: > > Dear guys and pq, > > I updated the new version of patch with version 4 and modified its title to > > the following. Sorry for my mistake. :D > > > > "[PATCH v4] s

[PATCH libinput] gitignore: ignore compile script generated by automake >= 1.14

2016-01-19 Thread Olivier Blin
--- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8893a5f..ba5d0f5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ Makefile Makefile.in aclocal.m4 autom4te.cache/ +compile config.guess config.h config.h.in -- 2.7.0 _