Don't segfault clients when cursor isn't found
authorDaniel Stone <daniel@fooishbar.org>
Mon, 18 Jun 2012 18:31:12 +0000 (19:31 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 18 Jun 2012 19:09:40 +0000 (15:09 -0400)
commita494f1d3f058a2a8b169302ff6acc2ac053f3051
tree2910e3154f29c4cf9134bad49a6237f95024e04f
parent460a79bd4bdde768de2fd2e29be4fd185c58b227
Don't segfault clients when cursor isn't found

If we can't find a cursor for whatever reason, don't crash the client in
pointer_surface_frame_callback.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
clients/window.c