comparison src/frame-gtk.c @ 1726:a8d8f419b459

[xemacs-hg @ 2003-09-30 15:26:34 by james] Add type information to xfree to avoid alias creation.
author james
date Tue, 30 Sep 2003 15:27:01 +0000
parents 01c57eb70ae9
children 91d4c8c65a0f
comparison
equal deleted inserted replaced
1725:7ff8f4d70aec 1726:a8d8f419b459
1302 GtkWidget *w = FRAME_GTK_SHELL_WIDGET (f); 1302 GtkWidget *w = FRAME_GTK_SHELL_WIDGET (f);
1303 1303
1304 gtk_widget_destroy (w); 1304 gtk_widget_destroy (w);
1305 1305
1306 if (FRAME_GTK_GEOM_FREE_ME_PLEASE (f)) 1306 if (FRAME_GTK_GEOM_FREE_ME_PLEASE (f))
1307 xfree (FRAME_GTK_GEOM_FREE_ME_PLEASE (f)); 1307 xfree (FRAME_GTK_GEOM_FREE_ME_PLEASE (f), char *);
1308 xfree (f->frame_data); 1308 xfree (f->frame_data, void *);
1309 f->frame_data = 0; 1309 f->frame_data = 0;
1310 } 1310 }
1311 1311
1312 static void 1312 static void
1313 gtk_recompute_cell_sizes (struct frame *frm) 1313 gtk_recompute_cell_sizes (struct frame *frm)