diff --git a/src/libinput.h b/src/libinput.h index 49948306..bfc405b3 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -228,6 +228,10 @@ struct libinput_event_touch_touch { enum libinput_touch_type touch_type; }; +/** + * @defgroup base Initialization and manipulation of libinput contexts + */ + struct libinput_interface { int (*open_restricted)(const char *path, int flags, void *user_data); void (*close_restricted)(int fd, void *user_data); @@ -238,10 +242,6 @@ struct libinput_interface { void *user_data); }; -/** - * @defgroup base Initialization and manipulation of libinput contexts - */ - /** * @ingroup base *