Add workspace to outputs

This commit is contained in:
Drew DeVault 2017-11-22 20:39:27 -05:00
parent 68036018c8
commit aeda2e077f
7 changed files with 104 additions and 5 deletions

View file

@ -126,5 +126,6 @@ struct sway_container {
};
swayc_t *new_output(struct sway_output *sway_output);
swayc_t *new_workspace(swayc_t *output, const char *name);
#endif