1
0
Fork 0
forked from wry/wry

screencapture: implement ext_foreign_toplevel_image_capture_source_manager_v1

This commit is contained in:
Julian Orth 2024-10-08 22:36:47 +02:00
parent 40bce507a6
commit e91993fb18
8 changed files with 185 additions and 51 deletions

View file

@ -78,7 +78,11 @@ impl Object for ExtForeignToplevelHandleV1 {
}
}
simple_add_obj!(ExtForeignToplevelHandleV1);
dedicated_add_obj!(
ExtForeignToplevelHandleV1,
ExtForeignToplevelHandleV1Id,
foreign_toplevel_handles
);
#[derive(Debug, Error)]
pub enum ExtForeignToplevelHandleV1Error {