--- np2/x11/gtk/Attic/gtk_screen.c 2003/12/19 16:08:02 1.2 +++ np2/x11/gtk/Attic/gtk_screen.c 2004/06/17 14:36:34 1.4 @@ -53,10 +53,11 @@ typedef struct { int scrw; int scrh; + int shared_pixmap; + /* toolkit depend */ GdkImage *surface; GdkPixmap *backsurf; - BOOL shared_pixmap; unsigned long pixel[24]; /* pallete */ } DRAWMNG; @@ -334,10 +335,10 @@ scrnmng_create(BYTE mode) void scrnmng_destroy(void) { +#if 0 GdkVisual *visual; visual = gtk_widget_get_visual(drawarea); -#if 0 if (visual->class == PseudoColor) XFreeColors(display, cmap, pixel, 24, 0); #endif