mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* gtkedit.h: Warning fix - use stricter declarations for
destroy_me and destroy_me_user_data.
This commit is contained in:
parent
2802b5f19a
commit
5386a6375f
@ -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>
|
||||
|
||||
* Makefile.in: Define HAVE_X and HAVE_GNOME, not just GTK -
|
||||
|
@ -57,8 +57,8 @@ struct _GtkEdit
|
||||
GdkGC *gc;
|
||||
GdkColor color[256];
|
||||
int color_last_pixel;
|
||||
void (*destroy_me) (void *);
|
||||
void *destroy_me_user_data;
|
||||
void (*destroy_me) (GtkWidget *);
|
||||
GtkWidget *destroy_me_user_data;
|
||||
struct editor_widget *editor;
|
||||
gulong options;
|
||||
gint timer;
|
||||
|
Loading…
Reference in New Issue
Block a user