css: Add a comment

All the other color values have this comment,
best to be consistent.
This commit is contained in:
Matthias Clasen 2020-02-09 10:23:27 -05:00
parent cffff36436
commit c4b16f7424

View File

@ -137,7 +137,7 @@ struct _GtkCssOutlineValues {
GtkCssValue *outline_style;
GtkCssValue *outline_width;
GtkCssValue *outline_offset;
GtkCssValue *outline_color;
GtkCssValue *outline_color; // NULL if currentColor
};
struct _GtkCssFontValues {