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

weird behavior of transient windows in desktop shell in weston

2019-04-17 Thread Barry Song
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(); QDialog d1(&w) d1.setWindowTitle("transient& non toplevel dialog d1");

weird behavior of transient windows in desktop shell in weston

2019-04-15 Thread Barry Song
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(); QDialog d1(&w) d1.setWindowTitle("transient& non toplevel dialog d1");