Skip to content
  • Benjamin Otte's avatar
    css: Introduce dependencies for value computations · 0e2f35ed
    Benjamin Otte authored
    When values are computed, they might depend on various other values and
    we need to track this so we can update the values when those other
    values change. This is the first step in making that happen.
    
    This patch does not do any dependency tracking at all, instead it uses
    GTK_CSS_DEPENDS_ON_EVERYTHING as a sort of FIXME.
    0e2f35ed