sway views: add helpers to get view and layer from wlr_surface

This commit is contained in:
Dominique Martinet 2018-06-30 14:00:24 +09:00
parent d8c61c9763
commit 9ea4cc13a0
8 changed files with 73 additions and 0 deletions

View file

@ -22,4 +22,7 @@ struct sway_layer_surface {
struct sway_output;
void arrange_layers(struct sway_output *output);
struct sway_layer_surface *layer_from_wlr_layer_surface(
struct wlr_layer_surface *layer_surface);
#endif