summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2014-06-03 02:41:20 -0700
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2014-06-17 10:15:04 +0900
commit4bf6416962712f4e169af0a1e717646611b80227 (patch)
tree6bb3910621172c9675c95ef907c2af4d5ad29852
parentb0aa92027944edbce58f4eeecffa0501dfca7a43 (diff)
downloadwayland-ivi-extension-4bf6416962712f4e169af0a1e717646611b80227.tar.gz
ivi-controller: Send layer-add event to client when ivi-shell receives layer-remove notification.
Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
-rwxr-xr-xweston-ivi-shell/src/ivi-controller.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/weston-ivi-shell/src/ivi-controller.c b/weston-ivi-shell/src/ivi-controller.c
index 4eef6ee..f9692ba 100755
--- a/weston-ivi-shell/src/ivi-controller.c
+++ b/weston-ivi-shell/src/ivi-controller.c
@@ -612,6 +612,9 @@ send_layer_event(struct wl_resource *resource,
if (mask & IVI_NOTIFICATION_ADD) {
send_layer_add_event(ivilayer, resource);
}
+ if (mask & IVI_NOTIFICATION_REMOVE) {
+ send_layer_add_event(ivilayer, resource);
+ }
}
static void