shell.c: Set dirty for visible views on destroyed output
authorXiong Zhang <xiong.y.zhang@intel.com>
Fri, 7 Mar 2014 08:27:19 +0000 (16:27 +0800)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 30 Apr 2014 17:59:30 +0000 (10:59 -0700)
commit62899f512482241cbadf472840a2a2f38c907378
tree52982277b0e43ec9b76ed5e755aa810b833c6bda
parent9a14b8f4fa771368fc756bd1e49308dcf21ddd07
shell.c: Set dirty for visible views on destroyed output

The geometry for visible views will keep unchanged,
weston_view_set_position() doesn't mark these views
as dirty. So there is no chance for them to reassign output, then
these views will disappear.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=72946

Signed-off-by: Xiong Zhang <xiong.y.zhang@intel.com>
desktop-shell/shell.c