From c11a43418e9bd4e95fc47c1d4fd4d18b6491d24c Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 27 Oct 2021 22:12:58 +0000 Subject: [PATCH] docs: standard names are CSS names, not X11 names We updated Pango a while ago to use these more common names, but apparently forgot the docs. --- gdk/gdkrgba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c index 251d86b0dd..7732e507c8 100644 --- a/gdk/gdkrgba.c +++ b/gdk/gdkrgba.c @@ -165,7 +165,7 @@ parse_rgb_value (const char *str, * * The string can be either one of: * - * - A standard name (Taken from the X11 rgb.txt file). + * - A standard name (Taken from the Css specification). * - A hexadecimal value in the form “\#rgb”, “\#rrggbb”, * “\#rrrgggbbb” or ”\#rrrrggggbbbb” * - A hexadecimal value in the form “\#rgba”, “\#rrggbbaa”,