mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-11 08:08:50 +02:00
Put libinput_interface struct below base doxygen group
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
758e553645
commit
aae7b4e0bc
1 changed files with 4 additions and 4 deletions
|
|
@ -228,6 +228,10 @@ struct libinput_event_touch_touch {
|
||||||
enum libinput_touch_type touch_type;
|
enum libinput_touch_type touch_type;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup base Initialization and manipulation of libinput contexts
|
||||||
|
*/
|
||||||
|
|
||||||
struct libinput_interface {
|
struct libinput_interface {
|
||||||
int (*open_restricted)(const char *path, int flags, void *user_data);
|
int (*open_restricted)(const char *path, int flags, void *user_data);
|
||||||
void (*close_restricted)(int fd, void *user_data);
|
void (*close_restricted)(int fd, void *user_data);
|
||||||
|
|
@ -238,10 +242,6 @@ struct libinput_interface {
|
||||||
void *user_data);
|
void *user_data);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* @defgroup base Initialization and manipulation of libinput contexts
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup base
|
* @ingroup base
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue