aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.h
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2005-12-23 11:34:13 +0000
committerJan Djärv <[email protected]>2005-12-23 11:34:13 +0000
commit90f2e16b151bc42305f352ab3bfcb25429125179 (patch)
treeb1310cf51254370bcfdc183b7b9c77c6467af7b3 /src/gtkutil.h
parent5a4aad035fb7c3652913864e69fa095e6cb361ad (diff)
* xfns.c (Fx_uses_old_gtk_dialog): New function.
* gtkutil.c (xg_uses_old_file_dialog): New function. (xg_get_file_name): Use xg_uses_old_file_dialog. * gtkutil.h: Declare xg_uses_old_file_dialog.
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r--src/gtkutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h
index aea4ee9e7c..6b9fd179ec 100644
--- a/src/gtkutil.h
+++ b/src/gtkutil.h
@@ -132,6 +132,8 @@ extern int use_old_gtk_file_dialog;
extern widget_value *malloc_widget_value P_ ((void));
extern void free_widget_value P_ ((widget_value *));
+extern int xg_uses_old_file_dialog P_ ((void));
+
extern char *xg_get_file_name P_ ((FRAME_PTR f,
char *prompt,
char *default_filename,