summaryrefslogtreecommitdiff
path: root/src/gtkutil.h
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2003-01-25 16:25:39 +0000
committerJan Djärv <jan.h.d@swipnet.se>2003-01-25 16:25:39 +0000
commit714020d511267397880798af93acdbba4b0271ca (patch)
tree4f9ca2bf1aca32f7e87d12142a14cad328c7691d /src/gtkutil.h
parent329e4d4fe310c2c5f9bc434c2d6685012d7eefb0 (diff)
downloademacs-714020d511267397880798af93acdbba4b0271ca.tar.gz
Fix input methods for GTK.
Don't right justify GTK help menu.
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r--src/gtkutil.h6
1 files changed, 3 insertions, 3 deletions
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. */