Skip to content
  • Benjamin Otte's avatar
    css: Redo value resolving · e87cf5d7
    Benjamin Otte authored
    Instead of on-demand resolvage, we now resolve during lookup. The step
    is done via
      _gtk_css_style_property_compute_value()
    which currently calls into
      _gtk_css_style_compute_value()
    That function has all the old resolving machinery.
    
    The only part missing for now is the handling of win32 code. It will be
    added back later.
    e87cf5d7