summaryrefslogtreecommitdiff
path: root/src/gtkutil.h
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2004-11-04 15:05:27 +0000
committerJan Djärv <jan.h.d@swipnet.se>2004-11-04 15:05:27 +0000
commit0168d40280b6b5a9316100900785bb3e5ccbf3aa (patch)
tree171c8072bf4808aeec047922bc94fa4da0c85ba0 /src/gtkutil.h
parent63b1763f29ff3860ce9e7e1b8ceb664ed738de45 (diff)
downloademacs-0168d40280b6b5a9316100900785bb3e5ccbf3aa.tar.gz
* gtkutil.h: Declare use_old_gtk_file_dialog.
* gtkutil.c: Make use_old_gtk_file_dialog non-static. (xg_initialize): Moved DEFVAR_BOOL for use_old_gtk_file_dialog ... * xfns.c (syms_of_xfns): ... to here.
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r--src/gtkutil.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h
index b2e2c5f2fff..44e82885d7f 100644
--- a/src/gtkutil.h
+++ b/src/gtkutil.h
@@ -126,6 +126,10 @@ typedef struct _widget_value
struct _widget_value *free_list;
} widget_value;
+#ifdef HAVE_GTK_FILE_BOTH
+extern int use_old_gtk_file_dialog;
+#endif
+
extern widget_value *malloc_widget_value P_ ((void));
extern void free_widget_value P_ ((widget_value *));