* gtkedit.h: Warning fix - use stricter declarations for

destroy_me and destroy_me_user_data.
This commit is contained in:
Pavel Roskin 2001-06-02 01:37:23 +00:00
parent 2802b5f19a
commit 5386a6375f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-06-01 Pavel Roskin <proski@gnu.org>
* gtkedit.h: Warning fix - use stricter declarations for
destroy_me and destroy_me_user_data.
2001-05-31 Pavel Roskin <proski@gnu.org> 2001-05-31 Pavel Roskin <proski@gnu.org>
* Makefile.in: Define HAVE_X and HAVE_GNOME, not just GTK - * Makefile.in: Define HAVE_X and HAVE_GNOME, not just GTK -

View File

@ -57,8 +57,8 @@ struct _GtkEdit
GdkGC *gc; GdkGC *gc;
GdkColor color[256]; GdkColor color[256];
int color_last_pixel; int color_last_pixel;
void (*destroy_me) (void *); void (*destroy_me) (GtkWidget *);
void *destroy_me_user_data; GtkWidget *destroy_me_user_data;
struct editor_widget *editor; struct editor_widget *editor;
gulong options; gulong options;
gint timer; gint timer;