<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body><span class="vcard"><a href="page.cgi?id=describeuser.html&login=killertofu%40gmail.com" title="Jason Gerecke <killertofu@gmail.com>"> <span class="fn">Jason Gerecke</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - In a GNOME Wayland session, gnome-terminal windows cannot be moved around with a wacom pen"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=777333">bug 777333</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>killertofu@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - In a GNOME Wayland session, gnome-terminal windows cannot be moved around with a wacom pen"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=777333#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - In a GNOME Wayland session, gnome-terminal windows cannot be moved around with a wacom pen"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=777333">bug 777333</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=killertofu%40gmail.com" title="Jason Gerecke <killertofu@gmail.com>"> <span class="fn">Jason Gerecke</span></a>
</span></b>
        <pre>I did some tracing with GDB to better understand where the issue lies. It looks
like when the GTK side of things works fine: when you start to drag a window,
things eventually get all the way down to a call to `zxdg_toplevel_v6_move`
where it becomes Mutter's responsibility.

Within Mutter, the `xdg_toplevel_move` function is where processing starts.
That function calls `meta_wayland_seat_get_grab_info` to get some X/Y
coordinates, but the function is currently only capable of working with events
from a "pointer" or "touch" device attached to the Wayland seat. It does not
know how to deal with tablet tools, so processing stops and the window is never
moved.

It isn't immediately obvious to me how support would be added... Definitely
something for the Mutter developers to work on.</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>