diff options
-rw-r--r-- | src/wayland.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wayland.hpp b/src/wayland.hpp index c8a7113..44f6cb4 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -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); + } }; // _ _ _ |