App: emit_flushdraw() should actually emit a flushdraw event.
[staging/windowmanager.git] / src / app.cpp
index 36096a9..f8d216b 100644 (file)
@@ -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) {