# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1045784624 0 # Node ID 22a215209887c02bce3dbc5bd4a9ad21240b04d6 # Parent b2c436c84e5d36aa922f747256e64dc6a5e07070 Also get the mask from imlib. diff -r b2c436c84e5d -r 22a215209887 gtk/dw.c --- a/gtk/dw.c Thu Feb 20 23:33:08 2003 +0000 +++ b/gtk/dw.c Thu Feb 20 23:43:44 2003 +0000 @@ -4218,6 +4218,7 @@ gdk_imlib_render(image, image->rgb_width, image->rgb_height); _PixmapArray[found].pixmap = gdk_imlib_copy_image(image); + _PixmapArray[found].mask = gdk_imlib_copy_mask(image); gdk_imlib_destroy_image(image); #else _PixmapArray[found].pixmap = gdk_pixmap_create_from_xpm(handle->window, &_PixmapArray[found].mask, &_colors[DW_CLR_PALEGRAY], file);