input: Unlink saved kbd focus listener when releasing seat
authorJonas Ådahl <jadahl@gmail.com>
Fri, 3 Jan 2014 18:46:51 +0000 (19:46 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 28 Jan 2014 05:14:25 +0000 (21:14 -0800)
commit1afb2383eaf1ff52bcc132220e9fc0c547d68086
tree3497116296e49a8756bcbe35f81156cd36efa971
parent82fced41ccc4a8da2781b59deb4d80ffae0b7629
input: Unlink saved kbd focus listener when releasing seat

Not doing this would leave a invalid list item in the view's destroy
signal listener list if destroying a seat that had previously lost
keyboard focus.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
src/input.c