# HG changeset patch # User mhessling@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1048065285 0 # Node ID ef34ebf8b7cbd3c5eac5df3af84e2a00257ae7a9 # Parent 3431e445d8315ab70f882b1f2443f616ac258eea Fix compiler error when not using IMLIB. diff -r 3431e445d831 -r ef34ebf8b7cb gtk/dw.c --- a/gtk/dw.c Mon Mar 17 15:38:57 2003 +0000 +++ b/gtk/dw.c Wed Mar 19 09:14:45 2003 +0000 @@ -4370,7 +4370,7 @@ gdk_imlib_destroy_image(image); } #else - _PixmapArray[found].pixmap = gdk_pixmap_create_from_xpm(handle->window, &_PixmapArray[found].mask, &_colors[DW_CLR_PALEGRAY], file); + _PixmapArray[found].pixmap = gdk_pixmap_create_from_xpm(last_window->window, &_PixmapArray[found].mask, &_colors[DW_CLR_PALEGRAY], file); #endif DW_MUTEX_UNLOCK; if(!_PixmapArray[found].pixmap || !_PixmapArray[found].mask)