shell: Don't ping the grab surface
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Mon, 16 Jul 2012 11:15:48 +0000 (14:15 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 16 Jul 2012 17:35:25 +0000 (13:35 -0400)
commiteac9a4601229c09d996c707926b11777eb13bccf
tree760b81fa51f4778545d8fb709de5e59fb6315666
parentc7814d2e98764237d4fbc6f5b405af010580e74f
shell: Don't ping the grab surface

If the grab surface happens to be unresponsive, the busy cursor grab
will be started and that will cause the grab surface to receive focus,
which in turn leads to it being pingged again. Break the cycle by not
sending pings to it. If the shell is unresponsive it won't be able to
set the busy cursor anyway.
src/shell.c