summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-05-09 20:28:30 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-05-09 20:28:30 +0000
commit18a7264f91c8b439573c06e100d65b91fa291e36 (patch)
tree3f2bbe46bcf4d9b31373bf883a61bf9738bc32bb
parenta9dc8cce2133f537af0f9f0a9a735a71095c6aa1 (diff)
downloadxfwm4-18a7264f91c8b439573c06e100d65b91fa291e36.tar.gz
jpeg or jpg? I choose jpg, also prefer gif to jpg or bmp as gif has a -1 bit- alpha channel.
(Old svn revision: 21603)
-rw-r--r--TODO7
-rw-r--r--src/mypixmap.c3
2 files changed, 5 insertions, 5 deletions
diff --git a/TODO b/TODO
index 6e006decc..78d8e0229 100644
--- a/TODO
+++ b/TODO
@@ -8,6 +8,7 @@ Add your favorite wish list here :
* Add compositor for newer X.org *done*
* Add support for alpha in window frame components *done*
* Remove keyboard shortcut support from the WM *done*
-* Implement keyboard shortcut in a separate MCS plugin
-* Add new "power tweak" MCS plugin
-
+* Implement keyboard shortcut in a separate MCS plugin *done*
+* Add new "power tweak" MCS plugin *done*
+* Remove dependency on libXPM *done*
+* Add support for multiple image formats in themes *done*
diff --git a/src/mypixmap.c b/src/mypixmap.c
index 354ae2b66..1fff4b0cd 100644
--- a/src/mypixmap.c
+++ b/src/mypixmap.c
@@ -739,10 +739,9 @@ xfwmPixmapCompose (GdkPixbuf *pixbuf, gchar * dir, gchar * file)
static const char* image_types[] = {
"svg",
"png",
- "bmp",
"gif",
"jpg",
- "jpeg",
+ "bmp",
NULL };
i = 0;