Skip to content
  • Tristan Van Berkom's avatar
    Moved GtkSizeRequest cache to GtkWidget->priv · 843be485
    Tristan Van Berkom authored
    Now that we have a private data installed directly on
    the GtkWidget instance it makes no sense to cache the size
    requests on widget qdata. This change will generally make
    GTK+ memory less fragmented as well as significantly speed
    up the size request process.
    843be485