commit | 576fe2af4b3ec7b96e0c3ffcdd63b2f3ba686f8f | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Wed Nov 20 18:00:24 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Nov 20 16:59:00 2013 -0800 |
tree | 5db5995382d92e66a9ebf688c0380f302ac9bbf5 | |
parent | 8b66ebd3faeedb645f33ce9db2ae2626e274aa53 [diff] |
input: set the focus to NULL when the focus's resource is destroyed with the surface ref-count feature a surface may live on after its resource was destroyed. so listen for the resource destroy signal and set the focus to NULL. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>