mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Remove unused SWAY_VIEW_TYPES
This commit is contained in:
parent
679c51e421
commit
8eff00f723
7 changed files with 34 additions and 40 deletions
|
|
@ -59,11 +59,9 @@ struct sway_wl_shell_surface {
|
|||
};
|
||||
|
||||
enum sway_view_type {
|
||||
SWAY_WL_SHELL_VIEW,
|
||||
SWAY_XDG_SHELL_V6_VIEW,
|
||||
SWAY_XWAYLAND_VIEW,
|
||||
// Keep last
|
||||
SWAY_VIEW_TYPES,
|
||||
SWAY_VIEW_WL_SHELL,
|
||||
SWAY_VIEW_XDG_SHELL_V6,
|
||||
SWAY_VIEW_XWAYLAND,
|
||||
};
|
||||
|
||||
enum sway_view_prop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue