Skip to content
  • Alexander Larsson's avatar
    GtkWidget: Use gdk_window_get_children_for_user_data · 0600d3d7
    Alexander Larsson authored
    This makes iterating over the children a lot faster, as we're
    not doing lots of intra-library calls and type checks. We're still
    in some sence O(n^2) since we iterate over each child window for each
    widget, but the profiles look much better.
    0600d3d7