summaryrefslogtreecommitdiffstats
path: root/examples/custom_widget/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/custom_widget/src/main.rs')
-rw-r--r--examples/custom_widget/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/custom_widget/src/main.rs b/examples/custom_widget/src/main.rs
index 28edf256..ce5306ba 100644
--- a/examples/custom_widget/src/main.rs
+++ b/examples/custom_widget/src/main.rs
@@ -46,6 +46,7 @@ mod circle {
fn draw(
&self,
renderer: &mut Renderer,
+ _theme: &Renderer::Theme,
_style: &renderer::Style,
layout: Layout<'_>,
_cursor_position: Point,