summaryrefslogtreecommitdiff
path: root/clutter/clutter.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-04-06 10:54:20 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-11-11 13:14:23 +0000
commit985518c601c1a6e0d108d55fb0465a776ccae584 (patch)
tree2fb9d989965e63e7ad6546cb950cb4951205aaa7 /clutter/clutter.h
parent6735f80b4b43b4c63dd0e3b982a5032509596a5d (diff)
downloadclutter-985518c601c1a6e0d108d55fb0465a776ccae584.tar.gz
color: Add named, global colors
Since EGA colors are apparently all the rage in other toolkits, Clutter should not be left out. On top of the usual CGA/EGA palette the static colors also include the Tango Icon palette, which at least is more pleasant to the eye. Static colors are accessed through an enumeration by using clutter_color_get_static(), or using the short-hand pre-processor macros. http://bugzilla.clutter-project.org/show_bug.cgi?id=2066
Diffstat (limited to 'clutter/clutter.h')
-rw-r--r--clutter/clutter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clutter/clutter.h b/clutter/clutter.h
index 0c81fdc44..ca3d1b527 100644
--- a/clutter/clutter.h
+++ b/clutter/clutter.h
@@ -57,6 +57,7 @@
#include "clutter-click-action.h"
#include "clutter-clone.h"
#include "clutter-color.h"
+#include "clutter-color-static.h"
#include "clutter-colorize-effect.h"
#include "clutter-constraint.h"
#include "clutter-container.h"