X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland.hpp;h=44f6cb445fe719d7e785609be039223eafd1c7d6;hb=432f97a9d47eb6ddd5b347d20b8548593cf66e8b;hp=c8a7113a0115fba458ed748517156f4728d4de98;hpb=edb416241ef3a38dbade052c8361b8b96049894e;p=staging%2Fwindowmanager.git 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, 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); + } }; // _ _ _