Skip to content
  • Alexander Larsson's avatar
    Make the default background for GdkWindows transparent · fed1cfb1
    Alexander Larsson authored
    With the changes in default CSS to make the default background transparent
    we ran into issues where intermediate GdkWindow (for instance the
    view_window in GtkViewport) where we didn't set an explicit background
    (because before they were always covered). So instead of showing throught
    the transparent windows were showing the default backgroind of the intermediate
    window (i.e. black).
    
    With this change we also needed to fix GtkViewport, as it was previously
    relying on the bin and view windows to cover widget->window so that the
    border was not visible if shadow_type was NONE.
    fed1cfb1