From a40753a48f09c8ffcce43f324f5f91029a351a48 Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Fri, 19 Jan 2018 17:00:42 +0900 Subject: Fix for switching from half size to full size This patch is for eel only because wayland-ivi-extension 2.x will be used in master. According to the modification of wayland-ivi-extension 1.13, WindowManager is fixed for correct switching from half size to full size. Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/12399/ Bug-AGL: SPEC-986 Change-Id: If8fdae2206aa138f788d6c0929ab533c4123f153 Signed-off-by: Yuta Doi --- src/wayland.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wayland.hpp') diff --git a/src/wayland.hpp b/src/wayland.hpp index 59d7ade..619e47a 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -254,8 +254,6 @@ struct controller : public wayland_proxy { wm::controller_hooks *chooks; - bool is_configured; - void add_proxy_to_id_mapping(struct ivi_controller_surface *p, uint32_t id); void remove_proxy_to_id_mapping(struct ivi_controller_surface *p); void add_proxy_to_id_mapping(struct ivi_controller_layer *p, uint32_t id); -- cgit 1.2.3-korg