mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-15 18:30:34 +01:00
ei: expose ei_event_get_context() internally
This commit is contained in:
parent
0d5ce5dd87
commit
8e95e8994b
2 changed files with 4 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ ei_event_new_for_device(struct ei_device *device)
|
|||
return event;
|
||||
}
|
||||
|
||||
static struct ei *
|
||||
struct ei *
|
||||
ei_event_get_context(struct ei_event *event)
|
||||
{
|
||||
return ei_event_parent(event);
|
||||
|
|
|
|||
|
|
@ -235,6 +235,9 @@ ei_event_new(struct ei *ei);
|
|||
struct ei_event *
|
||||
ei_event_new_for_device(struct ei_device *device);
|
||||
|
||||
struct ei *
|
||||
ei_event_get_context(struct ei_event *event);
|
||||
|
||||
struct ei_event *
|
||||
ei_event_ref(struct ei_event *event);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue