globals: interfere singleton-ness from the Singleton enum
This commit is contained in:
parent
1e55d89cc9
commit
1ef1b5a607
68 changed files with 34 additions and 264 deletions
|
|
@ -52,10 +52,6 @@ global_base!(
|
|||
);
|
||||
|
||||
impl Global for ExtTransientSeatManagerV1Global {
|
||||
fn singleton(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn version(&self) -> u32 {
|
||||
1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,10 +52,6 @@ global_base!(
|
|||
);
|
||||
|
||||
impl Global for ZwpTabletManagerV2Global {
|
||||
fn singleton(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn version(&self) -> u32 {
|
||||
2
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,10 +52,6 @@ global_base!(
|
|||
);
|
||||
|
||||
impl Global for ZwpInputMethodManagerV2Global {
|
||||
fn singleton(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn version(&self) -> u32 {
|
||||
1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,10 +52,6 @@ global_base!(
|
|||
);
|
||||
|
||||
impl Global for ZwpTextInputManagerV3Global {
|
||||
fn singleton(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn version(&self) -> u32 {
|
||||
1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,10 +45,6 @@ impl WpPointerWarpV1Global {
|
|||
global_base!(WpPointerWarpV1Global, WpPointerWarpV1, WpPointerWarpV1Error);
|
||||
|
||||
impl Global for WpPointerWarpV1Global {
|
||||
fn singleton(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn version(&self) -> u32 {
|
||||
1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -313,10 +313,6 @@ global_base!(
|
|||
);
|
||||
|
||||
impl Global for ZwpPointerConstraintsV1Global {
|
||||
fn singleton(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn version(&self) -> u32 {
|
||||
1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,10 +56,6 @@ global_base!(
|
|||
);
|
||||
|
||||
impl Global for ZwpPointerGesturesV1Global {
|
||||
fn singleton(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn version(&self) -> u32 {
|
||||
3
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,10 +52,6 @@ global_base!(
|
|||
);
|
||||
|
||||
impl Global for ZwpRelativePointerManagerV1Global {
|
||||
fn singleton(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn version(&self) -> u32 {
|
||||
1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,10 +53,6 @@ global_base!(
|
|||
);
|
||||
|
||||
impl Global for ZwpVirtualKeyboardManagerV1Global {
|
||||
fn singleton(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn version(&self) -> u32 {
|
||||
1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue