Add output config

This commit is contained in:
emersion 2017-12-06 12:36:06 +01:00
parent 3fe64482bb
commit aaae59026f
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
8 changed files with 512 additions and 2 deletions

View file

@ -132,6 +132,7 @@ swayc_t *new_output(struct sway_output *sway_output);
swayc_t *new_workspace(swayc_t *output, const char *name);
swayc_t *new_view(swayc_t *sibling, struct sway_view *sway_view);
swayc_t *destroy_output(swayc_t *output);
swayc_t *destroy_view(swayc_t *view);
swayc_t *swayc_parent_by_type(swayc_t *container, enum swayc_types type);