<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi All,<br>
      While implementing Wayland compositor based QWayland module from
      Qt5.7 I noticed some interesting side effect of using multiple
      extensions plugins. As shown <a
href="https://s21.postimg.org/rej48hozr/Screenshot_from_2016_10_14_12_01_21.png">here</a>
      each client application have their own windowing style/theme.
      Problem is that, I need to support both native Linux
      application(using Xdg shell extension) and custom
      application(using Qt --platform Wayland switch and default Wayland
      shell).</p>
    <p><strong>Is there easy way to make windows style/theme consistent?</strong></p>
    <p>On the other hand after some searching, it turned out that
      Wayland by default uses "client side decoration". In my case using
      "server side decoration" is one of possible solutions.<br>
      <strong>Are there any other alternatives?</strong></p>
  </body>
</html>