wayland: implement ext-foreign-toplevel-list-v1
This commit is contained in:
parent
ccacdda03e
commit
3f7b1ddd49
15 changed files with 434 additions and 8 deletions
|
|
@ -3,6 +3,7 @@ use {
|
|||
backend::Backend,
|
||||
client::Client,
|
||||
ifs::{
|
||||
ext_foreign_toplevel_list_v1::ExtForeignToplevelListV1Global,
|
||||
ext_session_lock_manager_v1::ExtSessionLockManagerV1Global,
|
||||
ipc::{
|
||||
wl_data_device_manager::WlDataDeviceManagerGlobal,
|
||||
|
|
@ -164,6 +165,7 @@ impl Globals {
|
|||
add_singleton!(WpCursorShapeManagerV1Global);
|
||||
add_singleton!(WpContentTypeManagerV1Global);
|
||||
add_singleton!(XdgActivationV1Global);
|
||||
add_singleton!(ExtForeignToplevelListV1Global);
|
||||
}
|
||||
|
||||
pub fn add_backend_singletons(&self, backend: &Rc<dyn Backend>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue