Skip to content
  • Benjamin Otte's avatar
    css: Introduce _gtk_css_value_compute() · 9b953829
    Benjamin Otte authored
    This commit is essentially a large reorganization. Instead of all value
    subtypes having their own compute function, there is the general
    _gtk_css_value_compute() function that then calls a vfunc on the
    subtype.
    9b953829