Prioritize xdg_output for updating window positions

Fixes #46
This commit is contained in:
Shawn Wallace 2024-08-08 01:32:18 -04:00
parent 8892570093
commit cf439000a5
6 changed files with 284 additions and 83 deletions

View file

@ -134,7 +134,7 @@ impl WindowData {
offset: WindowOutputOffset,
connection: &mut C,
) {
debug!("offset: {offset:?}");
log::trace!("offset: {offset:?}");
if self.output_key != Some(output_key) {
self.output_key = Some(output_key);
}
@ -360,7 +360,6 @@ pub(crate) enum Object {
RelativePointer(RelativePointer),
DmabufFeedback(DmabufFeedback),
Drm(Drm),
XdgOutput(XdgOutput),
Touch(Touch),
ConfinedPointer(ConfinedPointer),
LockedPointer(LockedPointer)