From d54908a55b9123b11c6d525f022f92bb016a6468 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Fri, 28 Aug 2009 15:27:13 -0300 Subject: monitor: Port handler_1 to use QDict This commit ports command handlers that receive one argument to use the new monitor's dictionary. Signed-off-by: Luiz Capitulino Signed-off-by: Anthony Liguori --- console.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'console.h') diff --git a/console.h b/console.h index 35183399f6..c8922e4f4c 100644 --- a/console.h +++ b/console.h @@ -2,6 +2,7 @@ #define CONSOLE_H #include "qemu-char.h" +#include "qdict.h" /* keyboard/mouse support */ @@ -44,7 +45,7 @@ struct MouseTransformInfo { }; void do_info_mice(Monitor *mon); -void do_mouse_set(Monitor *mon, int index); +void do_mouse_set(Monitor *mon, const QDict *qdict); /* keysym is a unicode code except for special keys (see QEMU_KEY_xxx constants) */ -- cgit v1.2.1