X11 backend: fix window behavior with multiple show() calls accepted/tizen_3.0.2014.q4_common accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/3.0.2014.q4/common/20150224.150710 accepted/tizen/common/20150216.085308 accepted/tizen/ivi/20160218.025319 accepted/tizen/mobile/20150224.002814 accepted/tizen/tv/20150324.014557 accepted/tizen/wearable/20150227.064231 submit/tizen_3.0.2014.q4_common/20150224.000000 submit/tizen_common/20150213.162204 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000006 submit/tizen_mobile/20150223.000001 submit/tizen_tv/20150320.000002 submit/tizen_tv/20150323.050640 submit/tizen_wearable/20150227.000000 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Fri, 13 Feb 2015 16:14:47 +0000 (17:14 +0100)
committerManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Fri, 13 Feb 2015 16:14:47 +0000 (17:14 +0100)
commit65ae4ac8844bd1eb0baab85dd210929ffd34e2b8
tree69b3858ab920076b963963464d3f221774e0d2c3
parent8b80a7ea57d818510ef386e296676b3356aecbf5
X11 backend: fix window behavior with multiple show() calls

When libwlmessage was called multiple times within a single
program (with the X11 backend), the first window would not
disappear after validation because the main loop was being
exited without a proper destroy call. This also prevented
other windows from showing up. Fixed.

Change-Id: I07836b1de1ca8725a941b9d988e525c11e7740e3
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
libwlmessage-x11.c