color: Validate hex formats
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 10 Nov 2011 14:13:45 +0000 (14:13 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 10 Nov 2011 14:13:45 +0000 (14:13 +0000)
commit0550a8b99d0589ef9a196c6787577a0975014f3f
tree9273407d75e2bc20f132c73463c38b0f31a47208
parent889a1f44f422224c4d652256197b6358d2b74fc4
color: Validate hex formats

Right now, we pass through to Pango unrecognized hexadecimal formats
when parsing colors from strings. Since we parse all possible formats
ourselves, we can do validation ourselves as well, and avoid the Pango
path.
clutter/clutter-color.c