summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-03-01 00:48:15 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2014-10-14 17:45:14 -0700
commit8a6542c24286af45448750041cbc95c46b34aa5d (patch)
tree97c0018d08f8fe217ad88b9438f3c65c316c4f74 /doc
parent7e12000d97586b272ce316cbaef0ef6795ded765 (diff)
downloadmutter-8a6542c24286af45448750041cbc95c46b34aa5d.tar.gz
theme: Remove COLORIZE feature of images
From a quick code search and grep of gnome-themes-standard, none of the themes that I inspected used this feature. Since it's the last thing that uses a lot of old legacy GdkPixbuf code, I'd rather just consider the feature unsupported at this point and clean up everything I need to. https://bugzilla.gnome.org/show_bug.cgi?id=662962
Diffstat (limited to 'doc')
-rw-r--r--doc/theme-format.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/theme-format.txt b/doc/theme-format.txt
index 2a58e3550..0607c6eb7 100644
--- a/doc/theme-format.txt
+++ b/doc/theme-format.txt
@@ -259,8 +259,6 @@ Overview of Theme Format Version 1
<!-- color obtained by a 0.5 alpha composite of the second color onto the first -->
<color value="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.5"/>
</gradient>
- <!-- image has an optional colorize="#color" attribute to give the
- image a certain color -->
<image filename="foo.png" alpha="0.7"
x="10" y="30" width="width / 3" height="height / 4"/>
<gtk_arrow state="normal" shadow="in" arrow="up"