Re: [PATCH weston] Require mouse release on top of frame button to trigger action

2012-09-26 Thread Kristian Høgsberg
On Wed, Sep 26, 2012 at 03:05:45PM +0300, Pekka Vuorela wrote: > As common UI convention, allows action to be avoided by dragging > outside the button after mouse press. That works better, thanks. Kristian > --- > clients/window.c | 32 > 1 file changed, 32 in

[PATCH weston] Require mouse release on top of frame button to trigger action

2012-09-26 Thread Pekka Vuorela
As common UI convention, allows action to be avoided by dragging outside the button after mouse press. --- clients/window.c | 32 1 file changed, 32 insertions(+) diff --git a/clients/window.c b/clients/window.c index c5bccdc..f3b61de 100644 --- a/clients/window