Skip to content
  • John Lindgren's avatar
    window: Make process_updates faster · 5fa0da42
    John Lindgren authored and Alexander Larsson's avatar Alexander Larsson committed
    Only look at "impl" windows in gdk_window_process_updates_with_mode()
    since these are the only ones we care about.  This avoids a lot of
    unnecessary calls to g_list_copy() and g_object_ref().
    5fa0da42