Add notifier for mouse mode changes
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 9 Mar 2010 19:25:00 +0000 (13:25 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 19 Mar 2010 20:27:38 +0000 (15:27 -0500)
commita52a7572cd1baa69d77179b7610d2d7a6d0baae3
treeb70a9572c5f506edbb4c73b95526b10d62b5e586
parent2a56b553ad972d323e3866b351d33072ff0ea49b
Add notifier for mouse mode changes

Right now, DisplayState clients rely on polling the mouse mode to determine
when the device is changed to an absolute device.  Use a notification list to
add an explicit notification.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
console.h
input.c