<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body><span class="vcard"><a href="page.cgi?id=describeuser.html&login=mclasen%40redhat.com" title="Matthias Clasen <mclasen@redhat.com>"> <span class="fn">Matthias Clasen</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - wayland: Add possibility to get the exported handle multiple times"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=782325">bug 782325</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;">Attachment #351349 status</td>
           <td>none
           </td>
           <td>reviewed
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - wayland: Add possibility to get the exported handle multiple times"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=782325#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - wayland: Add possibility to get the exported handle multiple times"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=782325">bug 782325</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=mclasen%40redhat.com" title="Matthias Clasen <mclasen@redhat.com>"> <span class="fn">Matthias Clasen</span></a>
</span></b>
        <pre>Review of <span class=""><a href="attachment.cgi?id=351349&action=diff" name="attach_351349" title="GdkWaylandWindow: Allow calling export() multiple time">attachment 351349</a> <a href="attachment.cgi?id=351349&action=edit" title="GdkWaylandWindow: Allow calling export() multiple time">[details]</a></span> <a href='review?bug=782325&attachment=351349'>[review]</a>:

::: gdk/wayland/gdkwindow-wayland.c
@@ +4184,2 @@
+  if (impl->exported.handle && !impl->exported.idle_source_id)
+    impl->exported.idle_source_id = g_idle_add (exported_idle, window);

Do we need to do something about a possibly still pending idle when the window
is finalized ?

I see we call gdk_wayland_window_unexport in finalize, but that doesn't seem to
touch the idle</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>