mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
wlr_idle_inhibit_v1: add *data pointer to wlr structs
This commit is contained in:
parent
9f1d6c58ed
commit
0ced9df350
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ struct wlr_idle_inhibit_manager_v1 {
|
|||
struct {
|
||||
struct wl_signal new_inhibitor;
|
||||
} events;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
||||
struct wlr_idle_inhibitor_v1 {
|
||||
|
|
@ -37,6 +39,8 @@ struct wlr_idle_inhibitor_v1 {
|
|||
struct {
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
||||
struct wlr_idle_inhibit_manager_v1 *wlr_idle_inhibit_v1_create(struct wl_display *display);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue