summaryrefslogtreecommitdiffstats
path: root/native/src/renderer/null.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--native/src/renderer/null.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/native/src/renderer/null.rs b/native/src/renderer/null.rs
index b721e29e..4fb4f2d5 100644
--- a/native/src/renderer/null.rs
+++ b/native/src/renderer/null.rs
@@ -152,6 +152,8 @@ impl button::Renderer for Null {
}
impl radio::Renderer for Null {
+ type Style = ();
+
fn default_size(&self) -> u32 {
20
}
@@ -162,6 +164,7 @@ impl radio::Renderer for Null {
_is_selected: bool,
_is_mouse_over: bool,
_label: Self::Output,
+ _style: &Self::Style,
) {
}
}