summaryrefslogtreecommitdiff
path: root/gtk/gtkcsstypesprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-14 02:38:42 +0100
committerBenjamin Otte <otte@redhat.com>2012-02-02 00:40:33 +0100
commit05f14af24cdf8e3a700716980d720e30ba9c640d (patch)
tree10f351271a50914e7c0ea69fcf9342bb459a6441 /gtk/gtkcsstypesprivate.h
parent6b04c0f828090a9cfb32ee4ab88a387db1f04736 (diff)
downloadgtk+-05f14af24cdf8e3a700716980d720e30ba9c640d.tar.gz
css: Make the 'currentColor' keyword a symbolic color
This is the first step on a quest to ensure that there is only ever one GType in use for GValues in every stage of the CSS resolving process.
Diffstat (limited to 'gtk/gtkcsstypesprivate.h')
-rw-r--r--gtk/gtkcsstypesprivate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkcsstypesprivate.h b/gtk/gtkcsstypesprivate.h
index d36d41c268..6754d05aa5 100644
--- a/gtk/gtkcsstypesprivate.h
+++ b/gtk/gtkcsstypesprivate.h
@@ -26,8 +26,7 @@ G_BEGIN_DECLS
typedef enum {
GTK_CSS_INHERIT,
- GTK_CSS_INITIAL,
- GTK_CSS_CURRENT_COLOR /*< nick=currentColor >*/
+ GTK_CSS_INITIAL
} GtkCssSpecialValue;
/* We encode horizontal and vertical repeat in one enum value.