comparison src/gtkutil.h @ 112360:3215a5cff4dd

Declare some DEFVARs globally, not locally * gtkutil.h (x_gtk_use_old_file_dialog, x_gtk_show_hidden_files) (x_gtk_file_dialog_help_text, x_gtk_whole_detached_tool_bar): Declare. * gtkutil.c (xg_uses_old_file_dialog): (xg_get_file_with_chooser): (xg_tool_bar_detach_callback): Don't redeclare globals.
author Tom Tromey <tromey@redhat.com>
date Tue, 18 Jan 2011 10:28:28 -0700
parents ef719132ddfa
children 42e22c4f06b7
comparison
equal deleted inserted replaced
112359:011b1eb5c384 112360:3215a5cff4dd
180 180
181 /* Setting scrollbar values invokes the callback. Use this variable 181 /* Setting scrollbar values invokes the callback. Use this variable
182 to indicate that the callback should do nothing. */ 182 to indicate that the callback should do nothing. */
183 extern int xg_ignore_gtk_scrollbar; 183 extern int xg_ignore_gtk_scrollbar;
184 184
185 extern int x_gtk_use_old_file_dialog;
186 extern int x_gtk_show_hidden_files;
187 extern int x_gtk_file_dialog_help_text;
188 extern int x_gtk_whole_detached_tool_bar;
189
185 #endif /* USE_GTK */ 190 #endif /* USE_GTK */
186 #endif /* GTKUTIL_H */ 191 #endif /* GTKUTIL_H */
187 192