diff src/glyphs-gtk.c @ 4629:a1dd514df5c6

Apply the 2008-03-05 change from Dominique Quatravaux in init_image_instance_from_gdk_pixmap as well even though the code is not enabled at the moment
author "Ville Skyttä <scop@xemacs.org>"
date Sun, 08 Mar 2009 22:52:13 +0200
parents 1bf48c59700e
children ef70ee47d287
line wrap: on
line diff
--- a/src/glyphs-gtk.c	Sun Mar 08 23:40:45 2009 +0900
+++ b/src/glyphs-gtk.c	Sun Mar 08 22:52:13 2009 +0200
@@ -837,7 +837,7 @@
 
   IMAGE_INSTANCE_PIXMAP_FILENAME (ii) = Qnil;
   IMAGE_INSTANCE_GTK_PIXMAP (ii) = gdk_pixmap;
-  IMAGE_INSTANCE_GTK_MASK (ii) = 0;
+  IMAGE_INSTANCE_PIXMAP_MASK (ii) = 0;
   IMAGE_INSTANCE_PIXMAP_WIDTH (ii) = width;
   IMAGE_INSTANCE_PIXMAP_HEIGHT (ii) = height;
   IMAGE_INSTANCE_PIXMAP_DEPTH (ii) = depth;