commit | 62899f512482241cbadf472840a2a2f38c907378 | [log] [tgz] |
---|---|---|
author | Xiong Zhang <xiong.y.zhang@intel.com> | Fri Mar 07 16:27:19 2014 +0800 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Apr 30 10:59:30 2014 -0700 |
tree | 52982277b0e43ec9b76ed5e755aa810b833c6bda | |
parent | 9a14b8f4fa771368fc756bd1e49308dcf21ddd07 [diff] |
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>