input: avoid malloc for mouse events
commit7a1b46e09504419a3aa867dba3bcf23db5d6d956
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 10 Dec 2018 14:08:08 +0000 (10 15:08 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 11 Jan 2019 10:57:17 +0000 (11 11:57 +0100)
tree5aef77b9faa0de21b5d2f619a020ba722c704cca
parenta311f891abf3833c1e4c5a62a6e5b0f1b81f22c3
input: avoid malloc for mouse events

There is no reason to allocate mouse events using malloc, we can
allcoate them from stack instead, save a few cpu cycles and make the
code more readable with c99 initializers.

Suggested-by: FelixYao <felix.yzg@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20181210140808.26794-1-kraxel@redhat.com
include/ui/input.h
ui/input.c