From: Marcus Fritzsch Date: Tue, 12 Sep 2017 09:29:34 +0000 (+0200) Subject: App: emit_flushdraw() should actually emit a flushdraw event. X-Git-Tag: 4.99.1~97 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=commitdiff_plain;h=6bb5acd014a60508e142725fa6f8b9b6a1e4543c App: emit_flushdraw() should actually emit a flushdraw event. Signed-off-by: Marcus Fritzsch --- diff --git a/src/app.cpp b/src/app.cpp index 36096a9..f8d216b 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -584,7 +584,7 @@ void App::emit_syncdraw(char const *label) { } void App::emit_flushdraw(char const *label) { - this->api.send_event("syncdraw", label); + this->api.send_event("flushdraw", label); } void App::emit_visible(char const *label, bool is_visible) {