Add single-pixel-buffer-v1
This commit is contained in:
parent
c48dc1107f
commit
889499b64d
3 changed files with 9 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ use smithay::{
|
|||
xdg::{decoration::XdgDecorationState, XdgShellState},
|
||||
},
|
||||
shm::ShmState,
|
||||
single_pixel_buffer::SinglePixelBufferState,
|
||||
tablet_manager::TabletManagerState,
|
||||
text_input::TextInputManagerState,
|
||||
viewporter::ViewporterState,
|
||||
|
|
@ -512,6 +513,7 @@ impl State {
|
|||
TextInputManagerState::new::<Self>(&dh);
|
||||
VirtualKeyboardManagerState::new::<State, _>(&dh, client_is_privileged);
|
||||
AlphaModifierState::new::<Self>(&dh);
|
||||
SinglePixelBufferState::new::<Self>(&dh);
|
||||
|
||||
let idle_notifier_state = IdleNotifierState::<Self>::new(&dh, handle.clone());
|
||||
let idle_inhibit_manager_state = IdleInhibitManagerState::new::<State>(&dh);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue