[gtk/rgba-for-master] docs: standard names are CSS names, not X11 names




commit c11a43418e9bd4e95fc47c1d4fd4d18b6491d24c
Author: Benjamin Otte <otte benjamin googlemail com>
Date:   Wed Oct 27 22:12:58 2021 +0000

    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”,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]