summaryrefslogtreecommitdiff
path: root/src/lib/ui_signaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ui_signaller.h')
-rw-r--r--src/lib/ui_signaller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ui_signaller.h b/src/lib/ui_signaller.h
index 7e0f57513..1d62547f6 100644
--- a/src/lib/ui_signaller.h
+++ b/src/lib/ui_signaller.h
@@ -55,8 +55,8 @@ public:
}
/** Call this in the UI when it is idle */
- void ui_idle () {
- _service.poll ();
+ size_t ui_idle () {
+ return _service.poll ();
}
/** This should wake the UI and make it call ui_idle() */