summaryrefslogtreecommitdiffstats
path: root/AFBClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AFBClient.cpp')
-rw-r--r--AFBClient.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/AFBClient.cpp b/AFBClient.cpp
index 6f66a5f..fdfeca8 100644
--- a/AFBClient.cpp
+++ b/AFBClient.cpp
@@ -104,6 +104,10 @@ void AFBClient::activateSurface(const char *label)
fflush(stdout);
}
+int AFBClient::dispatch() {
+ return sd_event_run(loop, -1);
+}
+
void AFBClient::deactivateSurface(const char *label)
{
UNUSED(label);