overlay-notify: Implement handler

This commit is contained in:
Ashley Wulber 2024-11-22 19:10:58 -05:00 committed by Victoria Brekenfeld
parent 895261c2bf
commit 60558e18fd
5 changed files with 68 additions and 2 deletions

View file

@ -12,6 +12,7 @@ use anyhow::{Context, Result};
use state::State;
use std::{env, ffi::OsString, os::unix::process::CommandExt, process, sync::Arc};
use tracing::{error, info, warn};
use wayland::protocols::overlap_notify::OverlapNotifyState;
use crate::wayland::handlers::compositor::client_compositor_state;
@ -131,6 +132,7 @@ fn main() -> Result<()> {
}
state.common.refresh();
state::Common::refresh_focus(state);
OverlapNotifyState::refresh(state);
state.common.update_x11_stacking_order();
{