--- np2/x11/gtk/Attic/gtk_drawmng.c 2003/12/11 15:11:56 1.1 +++ np2/x11/gtk/Attic/gtk_drawmng.c 2003/12/22 17:55:35 1.2 @@ -101,7 +101,7 @@ gtkdrawmng_create(GtkWidget *parent_wind visual->depth); } if (hdl->backsurf == NULL) { - hdl->shared_pixmap = NULL; + hdl->shared_pixmap = FALSE; hdl->backsurf = gdk_pixmap_new(parent_window->window, hdl->vram.width, hdl->vram.height, visual->depth); }