From 6123844cd7d10849c992cd59d5d14e6a8ec852d8 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Sun, 7 Dec 2025 14:53:26 +0100 Subject: [PATCH] tasks: ui: update to new nullbufferpool signature --- src/tasks/ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>;