bring output configuration into shared.h

This commit is contained in:
Tony Crisci 2017-08-18 19:31:16 -04:00
parent 769549c652
commit e3edb08126
3 changed files with 64 additions and 55 deletions

View file

@ -27,6 +27,9 @@ struct example_config *parse_args(int argc, char *argv[]);
void example_config_destroy(struct example_config *config);
struct wlr_output_layout *configure_layout(struct example_config *config,
struct wl_list *outputs);
struct output_state {
struct compositor_state *compositor;
struct wlr_output *output;