diff --git a/src/tasks/ui.rs b/src/tasks/ui.rs index 9b8958e..d588f6e 100644 --- a/src/tasks/ui.rs +++ b/src/tasks/ui.rs @@ -195,7 +195,7 @@ impl>>; +pub type UiSurfacePool = NullBufferPool>; #[cfg(feature="real-output")] pub type UiSurfacePool = BufferedSurfacePool>;