[Take 3][PATCH] Add touch support for wl_shell_surface_move

2013-08-15 Thread Rusty Lynch
>From ecd0073b03e9b1f59bc1f99181250027073fcf76 Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Wed, 14 Aug 2013 09:27:44 -0700 Subject: [PATCH] Add touch support for wl_shell_surface_move --- clients/calibrator.c| 4 +- clients/desktop-shell.c | 9 ++-- clients/flower.c|

Re: [Take 2][PATCH] Add touch support for wl_shell_surface_move

2013-08-15 Thread Rusty Lynch
On Thu, 2013-08-15 at 14:12 +0200, Jan Arne Petersen wrote: > On 08/15/2013 12:49 AM, Rusty Lynch wrote: > > From 3c68e0e2aa98250c65a5d5e9658299904ccf34f1 Mon Sep 17 00:00:00 2001 > > From: Rusty Lynch > > Date: Wed, 14 Aug 2013 09:27:44 -0700 > > Subject: [P

[Take 2][PATCH] Add touch support for wl_shell_surface_move

2013-08-14 Thread Rusty Lynch
>From 3c68e0e2aa98250c65a5d5e9658299904ccf34f1 Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Wed, 14 Aug 2013 09:27:44 -0700 Subject: [PATCH] Add touch support for wl_shell_surface_move --- clients/calibrator.c| 4 +- clients/desktop-shell.c | 9 ++-- clients/flower.c|

[Take 2][PATCH] protocol: make wl_shell_surface_move support touch

2013-08-14 Thread Rusty Lynch
>From 31c091b0de2d97b722b21a6bd0ad8c309fb3598a Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Wed, 14 Aug 2013 15:41:43 -0700 Subject: [PATCH] protocol: make wl_shell_surface_move support touch Bump the version of the wl_shell_surface interface and specify that wl_shell_surface_move works w

Re: [PATCH] Add protocol support for wl_shell_surface_touch_move

2013-08-14 Thread Rusty Lynch
On Wed, 2013-08-14 at 22:24 +0100, Daniel Stone wrote: > Hi, > > On 14 August 2013 22:13, Rusty Lynch wrote: > > I couldn't find a way to determine if the move request was triggered for > > touch or mouse events. > > Serial numbers are unique per-display

Re: [PATCH] Add protocol support for wl_shell_surface_touch_move

2013-08-14 Thread Rusty Lynch
quot;? Couldn't we just bump the protocol > version and allow the clients to respond to touch events with a move > request? The compositor could sort out what kind of event it is based > on the serial. > > --Jason Ekstrand > > > On

[PATCH] Add support for wl_shell_surface_touch_move

2013-08-14 Thread Rusty Lynch
>From ad35f8b820c06f0ce93926ef43334f93d54e6f86 Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Wed, 14 Aug 2013 09:27:44 -0700 Subject: [PATCH] Add support for wl_shell_surface_touch_move --- clients/calibrator.c| 4 +- clients/desktop-shell.c | 9 ++-- clients/flower.c|

[PATCH] Add protocol support for wl_shell_surface_touch_move

2013-08-14 Thread Rusty Lynch
>From d1d0df0688650ea23a1c5c788f7d7bbf3e7e034c Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Wed, 14 Aug 2013 08:06:39 -0700 Subject: [PATCH] Add protocol support for wl_shell_surface_touch_move --- protocol/wayland.xml | 12 1 file changed, 12 insertions(+) diff --gi

Patch against 1.2 adding touch support for the desktop and some of the clients

2013-07-31 Thread Rusty Lynch
>From 47a85346d2a6236283ea3241c626c5568225b21a Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Fri, 26 Jul 2013 08:50:27 -0700 Subject: [PATCH 2/2] Add initial touch support to clients --- clients/calibrator.c| 16 clients/desktop-shell.c | 15 clients/smoke.c |

Patch against 1.2 to support non-mt touchscreens

2013-07-31 Thread Rusty Lynch
>From 32b686d4cb3b9297e9054d497727a6f7cdbaf9ac Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Thu, 25 Jul 2013 11:24:20 -0700 Subject: [PATCH 1/2] Add support for old style non-multitouch touchscreens --- src/evdev.c | 19 ++- 1 file changed, 18 insertions(+), 1 delet