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,
> > >
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?
> >
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()