Merge pull request #828 from Timidger/wlr_output_layout_data

Added userdata to wlr_output_layout
This commit is contained in:
emersion 2018-04-05 11:54:00 -04:00 committed by GitHub
commit c168665043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;