Added userdata to wlr_output_layout

Needed for https://github.com/swaywm/wlroots-rs/issues/131
This commit is contained in:
Timidger 2018-04-05 11:47:12 -04:00
parent 9a30a4f557
commit 527cc702d9
No known key found for this signature in database
GPG Key ID: 42EF7ECE5FEF1D17
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ struct wlr_output_layout {
struct wl_signal change;
struct wl_signal destroy;
} events;
void *data;
};
struct wlr_output_layout_output_state;