Merge pull request #1970 from emersion/xdg-shell-stable

Add xdg-shell stable support
This commit is contained in:
Drew DeVault 2018-05-13 13:45:15 -04:00 committed by GitHub
commit b2dec12368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 331 additions and 1 deletions

View file

@ -76,6 +76,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";
}