mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
bring output configuration into shared.h
This commit is contained in:
parent
769549c652
commit
e3edb08126
3 changed files with 64 additions and 55 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue