Skip to content
  • Alexander Larsson's avatar
    GtkImage: Drop support for storing pixbufs · 2b194089
    Alexander Larsson authored
    This drops the pixbuf property and the pixbuf getters. We keep
    gtk_image_new/set_from_pixbuf, but these are small helpers that
    immediately convert to a surface, and there is no way to later get
    back the pixbuf you passed in.
    
    The from file/resource codepaths are also changed to load a surface
    instead of a pixbuf.
    2b194089