git.lucas.co / cce-cloud
cloud storage client
git clone https://git.lucas.co/cce-cloud.git

commitdcffbb63dbfe178820be2bea17174df65fd6516e
parent903629e95b
authorLucas Galante <[email protected]>
date2026-09-20 14:19
PlateSpec carries a Material (cce-ui RFC material, step 2a)

The root plate is Material::opaque(<the same colour>); no frost, no change
on screen. cce-ui@8e63dad.

Co-Authored-By: Claude Fable 5.1 <[email protected]>

 src/main.rs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main.rs b/src/main.rs
index c9df5aa..5143e67 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1948,8 +1948,7 @@ impl State {
             let (wx, wy, ww, wh) = self.window_rect;
             pc.plate_spec(&cce_ui::scene::paint::PlateSpec {
                 rect: Rect { x: wx, y: wy, width: ww, height: wh },
-                color: bg_color,
-                blur: false,
+                material: cce_ui::scene::Material::opaque(bg_color),
                 window_corners: (true, true, true, true),
                 depth: cce_ui::color::plate_bevel_width(),
             });