support multi shells within Qt5

This commit is contained in:
David Edmundson
2022-06-28 09:38:46 +01:00
parent 3a9d0a490f
commit 678e54a49c
2 changed files with 20 additions and 1 deletions

View File

@ -51,7 +51,8 @@ class BasicWindow : public QRasterWindow
int main(int argc, char **argv)
{
Shell::useLayerShell();
// Shell::useLayerShell();
qputenv("QT_WAYLAND_USE_BYPASSWINDOWMANAGERHINT", "1");
QGuiApplication app(argc, argv);