Add xdg-shell stable support

This commit is contained in:
emersion 2018-05-13 16:38:56 +01:00
parent 0c96d757d0
commit 88d9d43b36
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
8 changed files with 331 additions and 1 deletions

View file

@ -74,6 +74,8 @@ const char *view_get_type(struct sway_view *view) {
return "wl_shell";
case SWAY_VIEW_XDG_SHELL_V6:
return "xdg_shell_v6";
case SWAY_VIEW_XDG_SHELL:
return "xdg_shell";
case SWAY_VIEW_XWAYLAND:
return "xwayland";
}