comparison 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
comparison
equal deleted inserted replaced
57940:a3fa0e63dd67 57941:68ea73fe257b
124 one on the free list if this one has been deallocated. 124 one on the free list if this one has been deallocated.
125 */ 125 */
126 struct _widget_value *free_list; 126 struct _widget_value *free_list;
127 } widget_value; 127 } widget_value;
128 128
129 #ifdef HAVE_GTK_FILE_BOTH
130 extern int use_old_gtk_file_dialog;
131 #endif
132
129 extern widget_value *malloc_widget_value P_ ((void)); 133 extern widget_value *malloc_widget_value P_ ((void));
130 extern void free_widget_value P_ ((widget_value *)); 134 extern void free_widget_value P_ ((widget_value *));
131 135
132 extern char *xg_get_file_name P_ ((FRAME_PTR f, 136 extern char *xg_get_file_name P_ ((FRAME_PTR f,
133 char *prompt, 137 char *prompt,