diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2005-12-23 11:34:13 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2005-12-23 11:34:13 +0000 |
commit | 90f2e16b151bc42305f352ab3bfcb25429125179 (patch) | |
tree | b1310cf51254370bcfdc183b7b9c77c6467af7b3 /src/gtkutil.h | |
parent | 5a4aad035fb7c3652913864e69fa095e6cb361ad (diff) | |
download | emacs-90f2e16b151bc42305f352ab3bfcb25429125179.tar.gz |
* 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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h index aea4ee9e7cf..6b9fd179ec5 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, |