git.lucas.co / cce-files
file manager
git clone https://git.lucas.co/cce-files.git

commitcad51e0e0cf7ab6f5d9dceaf03ab4945a48d5522
parent5a786ef64a
authorLucas Galante <[email protected]>
date2026-07-09 10:33
chore: display_list signature gains (size, scale) (cce-ui Phase 6)

Co-Authored-By: Claude Fable 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_016MjP3pGQEDLkJbV5WEmYBe

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

diff --git a/src/main.rs b/src/main.rs
index 59b137e..59f54ed 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1176,7 +1176,7 @@ impl Application for FilesystemApp {
         }
     }
 
-    fn display_list(&mut self) -> Option<cce_ui::scene::paint::DisplayList> {
+    fn display_list(&mut self, _size: cce_ui::engine::LogicalSize, _scale: f64) -> Option<cce_ui::scene::paint::DisplayList> {
         // Phase 3 single paint path (flat-list bridge). rebuild_layout flattens every source
         // (browse/network page, popovers, context menu, dialogs) into self.widgets, which
         // view_rounded_quads runs above — so build the DisplayList straight from that list.