shell: xdg-popup positioning logic

This commit is contained in:
Victoria Brekenfeld 2022-07-05 18:46:38 +02:00
parent c3c0a25a80
commit be136306cc
6 changed files with 434 additions and 13 deletions

View file

@ -6,6 +6,7 @@ use smithay::{
use std::cell::RefCell;
pub use crate::state::State;
pub use crate::wayland::handlers::xdg_shell::popup::update_reactive_popups;
pub trait OutputExt {
fn geometry(&self) -> Rectangle<i32, Logical>;