[Qemu-devel] [PATCH 6/7] input: make vnc use mouse mode notifiers

2010-03-15 Thread Anthony Liguori
When we switch to absolute mode, we send out a notification (if the client supports it). Today, we only send this notification when the client sends us a mouse event and we're in the wrong mode. Signed-off-by: Anthony Liguori --- vnc.c | 13 - vnc.h |2 ++ 2 files changed, 10

[Qemu-devel] [PATCH 6/7] input: make vnc use mouse mode notifiers

2010-03-10 Thread Anthony Liguori
When we switch to absolute mode, we send out a notification (if the client supports it). Today, we only send this notification when the client sends us a mouse event and we're in the wrong mode. Signed-off-by: Anthony Liguori --- vnc.c | 13 - vnc.h |2 ++ 2 files changed, 10