* gtkedit.h: Warning fix - use stricter declarations for
destroy_me and destroy_me_user_data.
Этот коммит содержится в:
родитель
2802b5f19a
Коммит
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>
|
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 -
|
||||||
|
@ -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;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user