mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 17:31:28 +00:00
use app_id instead of class
This commit is contained in:
parent
b6f4120afc
commit
2ad968249e
|
@ -29,9 +29,8 @@ enum sway_view_type {
|
|||
|
||||
enum sway_view_prop {
|
||||
VIEW_PROP_TITLE,
|
||||
VIEW_PROP_CLASS,
|
||||
VIEW_PROP_INSTANCE,
|
||||
VIEW_PROP_APP_ID,
|
||||
VIEW_PROP_INSTANCE,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue