debug: Fix running with new kms backend
This commit is contained in:
parent
bfbf20d61d
commit
ddcb435632
7 changed files with 93 additions and 90 deletions
|
|
@ -67,6 +67,8 @@ use egui_plot::{Corner, Legend, Plot, PlotPoints, Polygon};
|
|||
#[cfg(feature = "debug")]
|
||||
use smithay::backend::renderer::{element::texture::TextureRenderElement, gles::GlesTexture};
|
||||
#[cfg(feature = "debug")]
|
||||
use smithay::desktop::WindowSurface;
|
||||
#[cfg(feature = "debug")]
|
||||
use tracing::debug;
|
||||
|
||||
use super::{
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ pub struct Shell {
|
|||
resize_indicator: Option<ResizeIndicator>,
|
||||
|
||||
#[cfg(feature = "debug")]
|
||||
debug_active: bool,
|
||||
pub debug_active: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue