cssvalue: Add a border value
.. and parse border-image-slice with it.
This commit is contained in:
@ -34,7 +34,7 @@ typedef struct _GtkBorderImage GtkBorderImage;
|
||||
struct _GtkBorderImage {
|
||||
GtkCssImage *source;
|
||||
|
||||
GtkBorder slice;
|
||||
GtkCssValue *slice;
|
||||
gboolean has_width;
|
||||
GtkBorder width;
|
||||
GtkCssValue *repeat;
|
||||
|
||||
Reference in New Issue
Block a user