mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 14:37:42 -07:00
input-legacy: remove kbd_mouse_is_absolute
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
16b0ecd168
commit
2d0755d21c
2 changed files with 1 additions and 11 deletions
|
|
@ -50,7 +50,6 @@ void kbd_put_ledstate(int ledstate);
|
|||
void kbd_mouse_event(int dx, int dy, int dz, int buttons_state);
|
||||
|
||||
/* Does the current mouse generate absolute events */
|
||||
int kbd_mouse_is_absolute(void);
|
||||
void qemu_add_mouse_mode_change_notifier(Notifier *notify);
|
||||
void qemu_remove_mouse_mode_change_notifier(Notifier *notify);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue