diff options
author | Benjamin Otte <otte@redhat.com> | 2012-07-11 06:56:07 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-08-28 15:40:56 +0200 |
commit | 9b953829fbf1332d00c2ca8a99c7da5e4bda8c64 (patch) | |
tree | d11d83a1dbe54909d5ee729a77b55bfa4393649d /gtk/gtkcsscornervalueprivate.h | |
parent | 3f00801e9aedd971378a6aad70e945903db7a798 (diff) | |
download | gtk+-9b953829fbf1332d00c2ca8a99c7da5e4bda8c64.tar.gz |
css: Introduce _gtk_css_value_compute()
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.
Diffstat (limited to 'gtk/gtkcsscornervalueprivate.h')
-rw-r--r-- | gtk/gtkcsscornervalueprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkcsscornervalueprivate.h b/gtk/gtkcsscornervalueprivate.h index c9312fff76..c7d148368c 100644 --- a/gtk/gtkcsscornervalueprivate.h +++ b/gtk/gtkcsscornervalueprivate.h @@ -33,8 +33,6 @@ double _gtk_css_corner_value_get_x (const GtkCssValue *cor double one_hundred_percent); double _gtk_css_corner_value_get_y (const GtkCssValue *corner, double one_hundred_percent); -GtkCssValue * _gtk_css_corner_value_compute (GtkCssValue *corner, - GtkStyleContext *context); G_END_DECLS |