summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston/0001-weston-patch-for-wl-shell-emulator.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/wayland/weston/0001-weston-patch-for-wl-shell-emulator.patch')
-rw-r--r--recipes-graphics/wayland/weston/0001-weston-patch-for-wl-shell-emulator.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston/0001-weston-patch-for-wl-shell-emulator.patch b/recipes-graphics/wayland/weston/0001-weston-patch-for-wl-shell-emulator.patch
index 0e149159..1cef8dfe 100644
--- a/recipes-graphics/wayland/weston/0001-weston-patch-for-wl-shell-emulator.patch
+++ b/recipes-graphics/wayland/weston/0001-weston-patch-for-wl-shell-emulator.patch
@@ -7,7 +7,7 @@ diff --git a/ivi-shell/ivi-layout-export.h b/ivi-shell/ivi-layout-export.h
index 8a92009..7f93c82 100644
--- a/ivi-shell/ivi-layout-export.h
+++ b/ivi-shell/ivi-layout-export.h
-@@ -185,6 +185,25 @@ struct ivi_controller_interface {
+@@ -185,6 +185,25 @@ struct ivi_layout_interface {
int32_t (*commit_changes)(void);
/**
@@ -37,7 +37,7 @@ diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c
index 51d0a8d..76891bf 100644
--- a/ivi-shell/ivi-layout.c
+++ b/ivi-shell/ivi-layout.c
-@@ -2870,6 +2870,8 @@ static struct ivi_controller_interface ivi_controller_interface = {
+@@ -2870,6 +2870,8 @@ static struct ivi_layout_interface ivi_layout_interface = {
*/
.commit_changes = ivi_layout_commit_changes,