input: Remove wl_seat global when a seat is destroyed
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 8 Jul 2013 20:20:31 +0000 (16:20 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 8 Jul 2013 20:20:31 +0000 (16:20 -0400)
commitaaadc774a7a0cdb4b377d37608e554f470c67d57
treea0c81e506fe70b6285d8719f3a6a9dff5d594d31
parentfa514b496e020aaa6f1fc703fe4a5732f03c5a40
input: Remove wl_seat global when a seat is destroyed

The input code was relying on compositor destruction to clean up the
global, but that doesn't work when the global comes and goes dynamically.

https://bugs.freedesktop.org/show_bug.cgi?id=65913
src/compositor.h
src/input.c