Re: [PATCH weston] shell: Allow ending of popup grabs from within the starting of the grab

2013-07-03 Thread Kristian Høgsberg
On Wed, Jun 26, 2013 at 07:49:11PM +0100, Rob Bradford wrote: > From: Rob Bradford > > Calling weston_pointer_start_grab can lead to a code path (in this case > when the shell surface is unresponsive) that can try and remove the > popup grab to setup a shell grab. > > Ending the popup grab requi

RE: [PATCH weston] shell: Allow ending of popup grabs from within the starting of the grab

2013-06-26 Thread Eoff, Ullysses A
g] On Behalf Of Rob > Bradford > Sent: Wednesday, June 26, 2013 11:49 AM > To: wayland-devel@lists.freedesktop.org > Cc: Rob Bradford > Subject: [PATCH weston] shell: Allow ending of popup grabs from within the > starting of the grab > > From: Rob Bradford > > Cal

[PATCH weston] shell: Allow ending of popup grabs from within the starting of the grab

2013-06-26 Thread Rob Bradford
From: Rob Bradford Calling weston_pointer_start_grab can lead to a code path (in this case when the shell surface is unresponsive) that can try and remove the popup grab to setup a shell grab. Ending the popup grab requires removing the surface from the grab's surfaces list - however the grab ha