Render layer surfaces and respect exclusive zone

This commit is contained in:
Drew DeVault 2018-03-28 16:38:11 -04:00
parent 0c8a64942e
commit 68cfa7ef67
9 changed files with 320 additions and 33 deletions

View file

@ -21,4 +21,7 @@ struct sway_layer_surface {
struct wlr_box geo;
};
struct sway_output;
void arrange_layers(struct sway_output *output);
#endif