<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - tiled (snapped, half-maximized) windows in Wayland aren't GDK_WINDOW_STATE_TILED"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=766860#c23">Comment # 23</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - tiled (snapped, half-maximized) windows in Wayland aren't GDK_WINDOW_STATE_TILED"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=766860">bug 766860</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=simon.mcvittie%40collabora.co.uk" title="Simon McVittie <simon.mcvittie@collabora.co.uk>"> <span class="fn">Simon McVittie</span></a>
</span></b>
        <pre>(In reply to Olivier Fourdan from <a href="show_bug.cgi?id=766860#c12">comment #12</a>)
<span class="quote">> Can you elaborate a bit, what is it exactly that you need [for]
> gnome-terminal?</span >

Apart from the decision whether GTK's client-side decorations should have
rounded or sharp corners (which is internal to GTK), gnome-terminal wants to be
able to decide between two modes:

* fit exactly into a space we've been given, and fill that space even if
  it means leaving up to (1 character cell - 1 pixel) unused around the
  edges
  (MAXIMIZED, TILED or FULLSCREEN)

* behave as a normal "floating" window; constrain resizes to
  character-cell-sized steps because that's all that makes sense for
  a terminal
  (none of those flags)

I would guess that tiling window managers (XMonad, Awesome, etc.) would
probably want to put every window in the TILED mode too.

GTK's API for this, GDK_WINDOW_STATE_TILED, is (quoting the docs)

"""
the window is in a tiled state
"""

and it isn't 100% clear which specific aspect(s) of tiling were meant by that,
but given that the API exists, it seems sensible for it to mean *something* in
Wayland.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>