mirror of
https://github.com/swaywm/sway.git
synced 2026-04-24 06:46:22 -04:00
sway/output: introduce output_init
This commit is contained in:
parent
04f8a655e7
commit
1428a874b4
2 changed files with 40 additions and 31 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue