emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xfns.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c [lexbind]
Date: Wed, 08 Dec 2004 18:56:47 -0500

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.549.2.20 emacs/src/xfns.c:1.549.2.21
*** emacs/src/xfns.c:1.549.2.20 Wed Dec  8 23:31:38 2004
--- emacs/src/xfns.c    Wed Dec  8 23:36:23 2004
***************
*** 151,156 ****
--- 151,160 ----
  
  int display_hourglass_p;
  
+ /* Non-zero means prompt with the old GTK file selection dialog.  */
+ 
+ int x_use_old_gtk_file_dialog;
+ 
  /* The background and shape of the mouse pointer, and shape when not
     over text or in the modeline.  */
  
***************
*** 5574,5579 ****
--- 5578,5591 ----
  Chinese, Japanese, and Korean.  */);
    Vx_pixel_size_width_font_regexp = Qnil;
  
+ /* This is not ifdef:ed, so other builds than GTK can customize it.  */
+   DEFVAR_BOOL ("x-use-old-gtk-file-dialog", &x_use_old_gtk_file_dialog,
+     doc: /* *Non-nil means prompt with the old GTK file selection dialog.
+ If nil or if the file selection dialog is not available, the new GTK file
+ chooser is used instead.  To turn off all file dialogs set the
+ variable `use-file-dialog'.  */);
+   x_use_old_gtk_file_dialog = 0;
+ 
  #ifdef USE_X_TOOLKIT
    Fprovide (intern ("x-toolkit"), Qnil);
  #ifdef USE_MOTIF
***************
*** 5593,5606 ****
    Fprovide (intern ("x-toolkit"), Qnil);
    Fprovide (intern ("gtk"), Qnil);
  
- #ifdef HAVE_GTK_FILE_BOTH
-   DEFVAR_BOOL ("use-old-gtk-file-dialog", &use_old_gtk_file_dialog,
-     doc: /* *Non-nil means that the old GTK file selection dialog is used.
- If nil the new GTK file chooser is used instead.  To turn off
- all file dialogs set the variable `use-file-dialog'.  */);
-   use_old_gtk_file_dialog = 0;
- #endif
- 
    DEFVAR_LISP ("gtk-version-string", &Vgtk_version_string,
                 doc: /* Version info for GTK+.  */);
    {
--- 5605,5610 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]