Mercurial > hg > xemacs-beta
comparison src/scrollbar-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 |
---|---|
61 gtk_widget_hide_all (SCROLLBAR_GTK_WIDGET (instance)); | 61 gtk_widget_hide_all (SCROLLBAR_GTK_WIDGET (instance)); |
62 gtk_widget_destroy (SCROLLBAR_GTK_WIDGET (instance)); | 62 gtk_widget_destroy (SCROLLBAR_GTK_WIDGET (instance)); |
63 } | 63 } |
64 | 64 |
65 if (instance->scrollbar_data) | 65 if (instance->scrollbar_data) |
66 xfree (instance->scrollbar_data); | 66 xfree (instance->scrollbar_data, void *); |
67 } | 67 } |
68 | 68 |
69 /* A device method. */ | 69 /* A device method. */ |
70 static void | 70 static void |
71 gtk_release_scrollbar_instance (struct scrollbar_instance *instance) | 71 gtk_release_scrollbar_instance (struct scrollbar_instance *instance) |