]> Pileus Git - ~andy/gtk/commit - gtk/gtkstylecontext.c
cssvalue: Add a custom RGBA value
authorBenjamin Otte <otte@redhat.com>
Wed, 28 Mar 2012 04:28:13 +0000 (06:28 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Apr 2012 06:59:14 +0000 (08:59 +0200)
commit58b6d492b889f08cdb27b866b166bbda956bf6c9
treebdcf7c5bbe6c2a50d75cbd1678b10169620490a2
parentdcec7a5529f1a149bd3a02683a67d1c1bfd3702c
cssvalue: Add a custom RGBA value

Note: custom CSS properties still use the default GtkCssValue and always
will.
So there is a difference in css values used between those, even though
they both carry a GdkRGBA payload.
gtk/Makefile.am
gtk/gtkcssrgbavalue.c [new file with mode: 0644]
gtk/gtkcssrgbavalueprivate.h [new file with mode: 0644]
gtk/gtkcssstylefuncs.c
gtk/gtkcssstylepropertyimpl.c
gtk/gtkcssvalue.c
gtk/gtkcssvalueprivate.h
gtk/gtkstylecontext.c
gtk/gtksymboliccolor.c
gtk/gtkthemingengine.c