mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Add xdg-shell stable support
This commit is contained in:
parent
0c96d757d0
commit
88d9d43b36
8 changed files with 331 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue