From 67455487f80a579faca06850e31851af11de33a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20=C3=85dahl?= Date: Sun, 8 Dec 2013 16:30:13 +0100 Subject: [PATCH] Put libinput_event_destroy() together with other event functions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ådahl --- src/libinput.h | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/libinput.h b/src/libinput.h index 7da222b..a29a39c 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -167,6 +167,16 @@ struct libinput_event_touch_touch; * @defgroup event Acessing and destruction of events */ +/** + * @ingroup event + * + * Destroy the event. + * + * @param event An event retrieved by libinput_get_event(). + */ +void +libinput_event_destroy(struct libinput_event *event); + enum libinput_event_type libinput_event_get_type(struct libinput_event *event); @@ -447,20 +457,6 @@ void libinput_destroy(struct libinput *libinput); /** - * @defgroup event Acessing and destruction of events - */ - -/** - * @ingroup event - * - * Destroy the event. - * - * @param event An event retrieved by libinput_get_event(). - */ -void -libinput_event_destroy(struct libinput_event *event); - -/** * @defgroup seat Initialization and manipulation of seats */ -- 2.7.4