mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
css: Add a comment
All the other color values have this comment, best to be consistent.
This commit is contained in:
parent
cffff36436
commit
c4b16f7424
@ -137,7 +137,7 @@ struct _GtkCssOutlineValues {
|
|||||||
GtkCssValue *outline_style;
|
GtkCssValue *outline_style;
|
||||||
GtkCssValue *outline_width;
|
GtkCssValue *outline_width;
|
||||||
GtkCssValue *outline_offset;
|
GtkCssValue *outline_offset;
|
||||||
GtkCssValue *outline_color;
|
GtkCssValue *outline_color; // NULL if currentColor
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkCssFontValues {
|
struct _GtkCssFontValues {
|
||||||
|
Loading…
Reference in New Issue
Block a user