Re: [PATCH weston 16/19] desktop-shell: Use the grabbed pointer in popup_grab_button

2015-07-01 Thread Jonas Ã…dahl
On Wed, Jun 03, 2015 at 03:53:35PM -0500, Derek Foreman wrote: > This should be identical to the pointer in shset->seat. > > A later patch prevents direct access to seat->pointer, using the > known valid pointer in the grab will be nicer than using the > getter functions that patch introduces. >

[PATCH weston 16/19] desktop-shell: Use the grabbed pointer in popup_grab_button

2015-06-03 Thread Derek Foreman
This should be identical to the pointer in shset->seat. A later patch prevents direct access to seat->pointer, using the known valid pointer in the grab will be nicer than using the getter functions that patch introduces. Signed-off-by: Derek Foreman --- desktop-shell/shell.c | 2 +- 1 file cha