git.lucas.co / cce-data-editor
structured data editor
git clone https://git.lucas.co/cce-data-editor.git

commit56418dce208e9388292fb136ae0e8cc5722ff21a
parent3b4e8898a9
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 fde4c33..26b01fb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1521,7 +1521,7 @@ impl Application for DataEditorApp {
         quads.extend(self.root_window.all_rounded_quads(&self.ui_context));
     }
 
-    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: render via the single paint path by default. Set CCE_LEGACY_PAINT to fall back.
         if std::env::var("CCE_LEGACY_PAINT").is_ok() {
             return None;