yofi 0.2.1

minimalistic menu for wayland
Documentation
1
2
3
4
5
6
7
8
9
use sctk::shm::{Shm, ShmHandler};

use super::Window;

impl ShmHandler for Window {
    fn shm_state(&mut self) -> &mut Shm {
        &mut self.shm
    }
}