main: flush after execute_pending
[staging/windowmanager.git] / src / wayland.hpp
index c8a7113..44f6cb4 100644 (file)
@@ -273,7 +273,9 @@ struct screen : public wayland_proxy<struct ivi_controller_screen>,
    screen(uint32_t i, struct controller *c, struct ivi_controller_screen *p);
 
    void clear() { ivi_controller_screen_clear(this->proxy); }
-   void add_layer(layer *l) { ivi_controller_screen_add_layer(this->proxy, l->proxy); }
+   void add_layer(layer *l) {
+      ivi_controller_screen_add_layer(this->proxy, l->proxy);
+   }
 };
 
 //                  _             _ _