cssvalue: Convert border-image-width to border value

This commit is contained in:
Benjamin Otte
2012-04-04 17:42:45 +02:00
parent 56f79fecce
commit 1170ecfd2e
6 changed files with 68 additions and 55 deletions

View File

@ -35,8 +35,7 @@ struct _GtkBorderImage {
GtkCssImage *source;
GtkCssValue *slice;
gboolean has_width;
GtkBorder width;
GtkCssValue *width;
GtkCssValue *repeat;
};