<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [wayland] input shape and opaque region not applied without begin_paint()/end_paint()"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=774534">774534</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[wayland] input shape and opaque region not applied without begin_paint()/end_paint()
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Platform
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>gtk+
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.22.x
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Backend: Wayland
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>gtk-bugs@gtk.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ofourdan@redhat.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>gtk-bugs@gtk.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>rob@robster.org.uk, wayland-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>GNOME version</th>
          <td>---
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:

When using the Wayland GDK backend, setting an opaque region (with
gdk_window_set_opaque_region()) or an input shape (with
gdk_window_input_shape_combine_region()) has no effect without
begin_paint()/end_paint().

Reason for this is the actual input_region and opaque_region are set/sync'ed
only from gdk_window_impl_wayland_end_paint().

If the caller is not using begin_paint()/end_paint(), the input_shape and
opaque_region are not applied.

This is a difference with the other backends such as x11 where the input_shape
and opaque_region are applied as soon as set with
gdk_window_set_opaque_region() and gdk_window_input_shape_combine_region()</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>