From 714020d511267397880798af93acdbba4b0271ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Dj=C3=A4rv?= Date: Sat, 25 Jan 2003 16:25:39 +0000 Subject: Fix input methods for GTK. Don't right justify GTK help menu. --- src/gtkutil.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gtkutil.h') diff --git a/src/gtkutil.h b/src/gtkutil.h index fa16bcdbb5f..103b9781417 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -123,7 +123,7 @@ typedef struct _widget_value struct _widget_value *free_list; } widget_value; -extern widget_value *malloc_widget_value (); +extern widget_value *malloc_widget_value P_ ((void)); extern void free_widget_value P_ ((widget_value *)); extern char *xg_get_file_name P_ ((FRAME_PTR f, @@ -186,10 +186,10 @@ extern void x_wm_set_size_hint P_ ((FRAME_PTR f, extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg)); /* Mark all callback data that are Lisp_object:s during GC. */ -extern void xg_mark_data (); +extern void xg_mark_data P_ ((void)); /* Initialize GTK specific parts. */ -extern void xg_initialize (); +extern void xg_initialize P_ ((void)); /* Setting scrollbar values invokes the callback. Use this variable to indicate that the callback should do nothing. */ -- cgit v1.2.1