diff src/ChangeLog @ 2082:16489ca72b3d

[xemacs-hg @ 2004-05-15 07:43:05 by malcolmp] Improvements to the rendering of GTK glyph backgrounds.
author malcolmp
date Sat, 15 May 2004 07:43:09 +0000
parents e8db6a10ad42
children f557693c61de
line wrap: on
line diff
--- a/src/ChangeLog	Sat May 15 07:31:49 2004 +0000
+++ b/src/ChangeLog	Sat May 15 07:43:09 2004 +0000
@@ -1,3 +1,12 @@
+2004-05-15  Malcolm Purvis  <malcolmp@xemacs.org>
+
+	* glyphs-gtk.c (gtk_xpm_instantiate): Rewrite the XPM data to
+	replace symbolic color entries with the real colors specified in
+	xpm-color-symbols, before passing the XPM to gtk.
+        * glyphs-gtk.h: Use the generic pixmap_image_instance.mask for masks,
+        instead of a GTK specific field, so that it is used in by generic
+        code.
+
 2004-05-15  Malcolm Purvis  <malcolmp@xemacs.org>
 
 	* event-gtk.c: