Skip to content
  • Michael Natterer's avatar
    Bug 607628 - DnD operation doesn't work when using offscreen · 9b9945b8
    Michael Natterer authored
    Changed the way to find the drop widget from a top->bottom recursion
    using GdkWindow positions to a liner bottom->top walk up the widget
    hierarchy using _gtk_widget_find_at_coords() and
    gtk_widget_translate_coordinates(), which both do the right things for
    offscreen widgets.
    (cherry picked from commit cb8c0763)
    9b9945b8