sway/output: introduce output_init

This commit is contained in:
Simon Zeni 2022-10-06 16:55:02 -04:00
parent 04f8a655e7
commit 1428a874b4
2 changed files with 40 additions and 31 deletions

View file

@ -69,6 +69,8 @@ void output_destroy(struct sway_output *output);
void output_begin_destroy(struct sway_output *output);
void output_init(struct sway_output *output, struct sway_server *server);
struct sway_output *output_from_wlr_output(struct wlr_output *output);
struct sway_output *output_get_in_direction(struct sway_output *reference,