Re: [PATCH] shell: support window resizing using touchscreen

2014-04-22 Thread Jason Ekstrand
I don't have time to review the desktop-shell bits right now, but I do have a few comments on the frame.c bits. On Tue, Apr 22, 2014 at 9:32 AM, Stanislav Vorobiov wrote: > if the system doesn't have a pointer device > common_surface_resize will crash on > accessing seat->pointer->button_count.

[PATCH] shell: support window resizing using touchscreen

2014-04-22 Thread Stanislav Vorobiov
if the system doesn't have a pointer device common_surface_resize will crash on accessing seat->pointer->button_count. if the system does have a pointer device, but attempts to resize a window using touchscreen - nothing happens. here we implement separate window resizing path for seat->touch as it