Re: [PATCH] desktop-shell: fix the crash while clicking TRANSIENT_INACTIVE window

2019-04-25 Thread Simon Ser
On Friday, April 26, 2019 12:58 AM, Barry Song <21cn...@gmail.com> wrote: > Simon Ser cont...@emersion.fr 于2019年4月17日周三 下午10:26写道: > > > On Wednesday, April 17, 2019 1:23 PM, Barry Song 21cn...@gmail.com wrote: > > > > > Simon Ser cont...@emersion.fr 于2019年4月15日周一 下午5:18写道: > > > > > > > Hi, > > >

Re: [PATCH] desktop-shell: fix the crash while clicking TRANSIENT_INACTIVE window

2019-04-25 Thread Barry Song
Simon Ser 于2019年4月17日周三 下午10:26写道: > > On Wednesday, April 17, 2019 1:23 PM, Barry Song <21cn...@gmail.com> wrote: > > Simon Ser cont...@emersion.fr 于2019年4月15日周一 下午5:18写道: > > > > > Hi, > > > Weston now uses GitLab 1 merge requests for contributions. Can you > > > resend your patch on GitLab? > >

Re: weird behavior of transient windows in desktop shell in weston

2019-04-25 Thread Barry Song
ping Barry Song <21cn...@gmail.com> 于2019年4月17日周三 下午10:19写道: > > Hi guys, > > I got some very weird result while using transient window in weston. > Let's start from a simplest qt program: > > int main(int argc, char *argv[]) > { > QApplication a(argc, argv); > MainWindow w; > w.show()