<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - wayland: Implement DND icon hotspot API"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=759168#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - wayland: Implement DND icon hotspot API"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=759168">bug 759168</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=316924&action=diff" name="attach_316924" title="wayland: Implement DND icon hotspot API">attachment 316924</a> <a href="attachment.cgi?id=316924&action=edit" title="wayland: Implement DND icon hotspot API">[details]</a></span> <a href='review?bug=759168&attachment=316924'>[review]</a>:

Testing this with 

diff --git a/tests/testentryicons.c b/tests/testentryicons.c
index df1d02b..e876199 100644
--- a/tests/testentryicons.c
+++ b/tests/testentryicons.c
@@ -17,7 +17,7 @@ drag_begin_cb (GtkWidget      *widget,

   pos = gtk_entry_get_current_icon_drag_source (GTK_ENTRY (widget));
   if (pos != -1)
-    gtk_drag_set_icon_name (context, "dialog-information", 2, 2);
+    gtk_drag_set_icon_name (context, "dialog-information", 24, 24);
 }

 static void


shows that it kinda works, but the offset is much bigger than 24 - maybe it
gets applied repeatedly, or there is some scale confusion ?</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>