On Tue, Apr 22, 2014 at 12:55 PM, Stanislav Vorobiov wrote:
> 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 happen
Jason, I've fixed that. Also, I've fixed
2 other issue reported via IRC:
* the "top-left resize" problem
* the "mouse + touchscreen can't resize with mouse" problem
latter is not tested, I don't have the environment for it
Stanislav Vorobiov (1):
shell: support window resizing using touchscreen
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