feat: adapt for the latest renderer plugin

This commit is contained in:
Kingtous
2023-02-19 15:25:30 +08:00
committed by fufesou
parent ea07b9690e
commit d3455f3ce2
7 changed files with 85 additions and 24 deletions

View File

@@ -298,7 +298,7 @@ impl InvokeUiSession for SciterHandler {
std::ptr::null()
}
fn next_rgba(&mut self) {}
fn next_rgba(&self) {}
}
pub struct SciterSession(Session<SciterHandler>);