summaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-01-19 17:00:42 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-01-19 08:19:14 +0000
commita40753a48f09c8ffcce43f324f5f91029a351a48 (patch)
treedff274f4ef8e4bb9c321b7435406ae2eeab69e89 /src/wayland.hpp
parent09a667b964e5b24b56805ac7d7ef7e66d9b22a3c (diff)
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 <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp2
1 files changed, 0 insertions, 2 deletions
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<struct ivi_controller> {
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);