Re: [PATCH weston] shell: Don't send extra configure events on click

2015-12-10 Thread Derek Foreman
Yeah... ignore this for now. It broke something else. On 10/12/15 12:54 PM, Derek Foreman wrote: > The click_to_activate handler fires on every mouse click for a surface > so let's be a little quicker to early return if you're clicking on the > surface that already has activation. > > This prev

[PATCH weston] shell: Don't send extra configure events on click

2015-12-10 Thread Derek Foreman
The click_to_activate handler fires on every mouse click for a surface so let's be a little quicker to early return if you're clicking on the surface that already has activation. This prevents (among other side effects) the sending of two xdg_configure events for every mouse click. This should al