commit | 3d0fc76dd5069b813ab636d6ca199ea0e494748f | [log] [tgz] |
---|---|---|
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | Fri Nov 22 16:21:20 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Nov 22 13:31:55 2013 -0800 |
tree | 2ad61f0ced136ab5c1010ace540cc69b1f0ae5e8 | |
parent | 617e9a37f2f5dfd5c2a944a607591a8a9d047d9b [diff] |
shell: don't crash if a pointer's focus is null It's possible for a pointer's focus to be null, e.g. because the focus surface has been bestroyed. Prevent a crash when that happens and a client takes too long to respond to a ping. Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>