X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland.cpp;h=a5129799a8a903aead53d37e735c988f71f6290c;hb=d34b46aae11efe3f5060067d1f2ee3ed3eac2b7e;hp=52b2371e805e5ae40641d9790cb3e668cd17bab1;hpb=342cead0ff9a95479270de381c3cd14ea7a95c0b;p=staging%2Fwindowmanager.git diff --git a/src/wayland.cpp b/src/wayland.cpp index 52b2371..a512979 100644 --- a/src/wayland.cpp +++ b/src/wayland.cpp @@ -194,7 +194,12 @@ constexpr struct ivi_controller_listener listener = { controller::controller(struct wl_registry *r, uint32_t name, uint32_t version) : wayland_proxy( - wl_registry_bind(r, name, &ivi_controller_interface, version)) { + wl_registry_bind(r, name, &ivi_controller_interface, version)) + , surfaces{} + , layers{} + , screens{} + , pending{} + , output_size{} { ivi_controller_add_listener(this->proxy, &listener, this); }