Added userdata to wlr_output_layout

Needed for https://github.com/swaywm/wlroots-rs/issues/131
master
Timidger 7 years ago
parent 9a30a4f557
commit 527cc702d9
No known key found for this signature in database
GPG Key ID: 42EF7ECE5FEF1D17

@ -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;

Loading…
Cancel
Save