Revision 7e581fb3 console.h

b/console.h
3 3

  
4 4
#include "qemu-char.h"
5 5
#include "qdict.h"
6
#include "notify.h"
6 7

  
7 8
/* keyboard/mouse support */
8 9

  
......
56 57

  
57 58
/* Does the current mouse generate absolute events */
58 59
int kbd_mouse_is_absolute(void);
60
void qemu_add_mouse_mode_change_notifier(Notifier *notify);
61
void qemu_remove_mouse_mode_change_notifier(Notifier *notify);
59 62

  
60 63
/* Of all the mice, is there one that generates absolute events */
61 64
int kbd_mouse_has_absolute(void);

Also available in: Unified diff