diff src/gtkutil.h @ 57941:68ea73fe257b

* 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.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 04 Nov 2004 15:05:27 +0000
parents c955f6add62a
children a8fa7c632ee4 cb7f41387eb3
line wrap: on
line diff
--- a/src/gtkutil.h	Thu Nov 04 14:18:22 2004 +0000
+++ b/src/gtkutil.h	Thu Nov 04 15:05:27 2004 +0000
@@ -126,6 +126,10 @@
   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 *));