From 2a352777521301937b0d1d4cdcf0e24a1aa2d84e Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 25 Jun 2018 09:49:55 +0900 Subject: 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 --- src/app.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/app.hpp') 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, -- cgit 1.2.3-korg