aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r--src/gtkutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h
index cabf88da73f..e6c1e19c765 100644
--- a/src/gtkutil.h
+++ b/src/gtkutil.h
@@ -91,7 +91,7 @@ extern char *xg_get_file_name (struct frame *f,
91 bool mustmatch_p, 91 bool mustmatch_p,
92 bool only_dir_p); 92 bool only_dir_p);
93 93
94extern Lisp_Object xg_get_font (struct frame *f, const char *); 94extern Lisp_Object xg_get_font (struct frame *f, char *);
95 95
96extern GtkWidget *xg_create_widget (const char *type, 96extern GtkWidget *xg_create_widget (const char *type,
97 const char *name, 97 const char *name,