summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/push2/layout.h')
-rw-r--r--libs/surfaces/push2/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/push2/layout.h b/libs/surfaces/push2/layout.h
index 1fc18af959..fcc0b7a479 100644
--- a/libs/surfaces/push2/layout.h
+++ b/libs/surfaces/push2/layout.h
@@ -43,7 +43,7 @@ class Push2Layout
bool mapped() const;
- virtual bool redraw (Cairo::RefPtr<Cairo::Context>) const = 0;
+ virtual bool redraw (Cairo::RefPtr<Cairo::Context>, bool force) const = 0;
virtual void on_show () {}
virtual void on_hide () {}