mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +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_width;
|
||||
GtkCssValue *outline_offset;
|
||||
GtkCssValue *outline_color;
|
||||
GtkCssValue *outline_color; // NULL if currentColor
|
||||
};
|
||||
|
||||
struct _GtkCssFontValues {
|
||||
|
Loading…
Reference in New Issue
Block a user