Skip to content
  • Benjamin Otte's avatar
    cssimage: Get rid of draw vfunc · 95ddb575
    Benjamin Otte authored
    All remaining users of that vfunc now implement snapshot using cairo
    render nodes (win32 and radial).
    
    Also, GtkCssImageClass.snapshot is now NULL, so if a subclass doesn't
    implement it, it will now crash.
    Previously it would try to call the draw vfunc.
    95ddb575