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