1
0
Fork 0
forked from wry/wry

globals: interfere singleton-ness from the Singleton enum

This commit is contained in:
Julian Orth 2026-03-05 15:25:28 +01:00
parent 1e55d89cc9
commit 1ef1b5a607
68 changed files with 34 additions and 264 deletions

View file

@ -1599,10 +1599,6 @@ impl CursorUserOwner for WlSeatGlobal {
global_base!(WlSeatGlobal, WlSeat, WlSeatError);
impl Global for WlSeatGlobal {
fn singleton(&self) -> bool {
false
}
fn version(&self) -> u32 {
10
}