diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-25 09:49:55 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-25 19:59:06 +0900 |
commit | 2a352777521301937b0d1d4cdcf0e24a1aa2d84e (patch) | |
tree | 1d87fd0eaf44b9d4c24c9aee9d422d94a87e8901 /src/app.hpp | |
parent | 714b578b8961b218841160e06df976863a2010d8 (diff) |
Bug Fix: Window Manager doesn't react after killing app process
After killing an application which has surfaces,
Window Manager releases the information for app.
Then, invalid access happens.
As a result, Application seems to loose their ability to display.
This is a potencial bug caused by upgrades of wayland-ivi-extension,
so this problem didn't occur in eel branch.
This patch fixes the bug.
Bug-AGL: SPEC-1421
Change-Id: If921dd4ea6bd46454356e97e1be7e5c136c7383b
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/app.hpp')
-rw-r--r-- | src/app.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app.hpp b/src/app.hpp index fc532d1..ab4e809 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -244,7 +244,6 @@ struct App void activate(int id); void deactivate(int id); - void deactivate_main_surface(); bool can_split(struct LayoutState const &state, int new_id); void try_layout(struct LayoutState &state, |