mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-04 13:29:45 -05:00
Merge pull request #828 from Timidger/wlr_output_layout_data
Added userdata to wlr_output_layout
This commit is contained in:
commit
c168665043
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ struct wlr_output_layout {
|
||||||
struct wl_signal change;
|
struct wl_signal change;
|
||||||
struct wl_signal destroy;
|
struct wl_signal destroy;
|
||||||
} events;
|
} events;
|
||||||
|
|
||||||
|
void *data;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct wlr_output_layout_output_state;
|
struct wlr_output_layout_output_state;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue