wayland: implement xdg-toplevel-drag
This commit is contained in:
parent
e665a18242
commit
364872258a
21 changed files with 535 additions and 70 deletions
|
|
@ -30,6 +30,7 @@ use {
|
|||
wp_tearing_control_manager_v1::WpTearingControlManagerV1Global,
|
||||
wp_viewporter::WpViewporterGlobal,
|
||||
xdg_activation_v1::XdgActivationV1Global,
|
||||
xdg_toplevel_drag_manager_v1::XdgToplevelDragManagerV1Global,
|
||||
xdg_wm_base::XdgWmBaseGlobal,
|
||||
zwlr_layer_shell_v1::ZwlrLayerShellV1Global,
|
||||
zwlr_screencopy_manager_v1::ZwlrScreencopyManagerV1Global,
|
||||
|
|
@ -169,6 +170,7 @@ impl Globals {
|
|||
add_singleton!(ExtForeignToplevelListV1Global);
|
||||
add_singleton!(ZwpIdleInhibitManagerV1Global);
|
||||
add_singleton!(ExtIdleNotifierV1Global);
|
||||
add_singleton!(XdgToplevelDragManagerV1Global);
|
||||
}
|
||||
|
||||
pub fn add_backend_singletons(&self, backend: &Rc<dyn Backend>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue