Sorry forgotten: typGraphics *NewGraphics () { typGraphics *gfx; /* --- Allocate the space --- */ gfx = (typGraphics *) g_malloc (sizeof (typGraphics)); /* --- Initialize --- */ gfx->gc = NULL; gfx->pixmap = NULL; /* --- Hand back, ready to use. --- */ return (gfx); } Thanks France __________________________________________________________________ Tiscali ADSL SENZA CANONE: Attivazione GRATIS, contributo adesione GRATIS, modem GRATIS, 50 ore di navigazione GRATIS. ABBONARTI TI COSTA SOLO UN CLICK! http://point.tiscali.it/adsl/index.shtml _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list