Re: [PATCH weston 11/11] cairo-util: Rework frame button handling

2013-10-29 Thread Jason Ekstrand
In retrospect, this should probably go earlier in the series, before the second compositor-wayland patch. It doesn't actually matter, but it makes more sense there. --Jason Ekstrand On Sun, Oct 27, 2013 at 10:25 PM, Jason Ekstrand wrote: > This makes button handling more correct concerning drag

[PATCH weston 11/11] cairo-util: Rework frame button handling

2013-10-27 Thread Jason Ekstrand
This makes button handling more correct concerning drags. Also, frame_pointer_button returns the original button location in the case of a release. This makes filtering of button events much easier for users of the cair-util frame code. Signed-off-by: Jason Ekstrand --- shared/cairo-util.h |