/[emacs]/emacs/src/xfns.c
ViewVC logotype

Diff of /emacs/src/xfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.623 by jhd, Tue Nov 16 20:52:32 2004 UTC revision 1.624 by jhd, Tue Nov 23 19:56:55 2004 UTC
# Line 151  char *gray_bitmap_bits = gray_bits; Line 151  char *gray_bitmap_bits = gray_bits;
151    
152  int display_hourglass_p;  int display_hourglass_p;
153    
154    /* Non-zero means prompt with the old GTK file selection dialog.  */
155    
156    int x_use_old_gtk_file_dialog;
157    
158  /* The background and shape of the mouse pointer, and shape when not  /* The background and shape of the mouse pointer, and shape when not
159     over text or in the modeline.  */     over text or in the modeline.  */
160    
# Line 5574  such a font.  This is especially effecti Line 5578  such a font.  This is especially effecti
5578  Chinese, Japanese, and Korean.  */);  Chinese, Japanese, and Korean.  */);
5579    Vx_pixel_size_width_font_regexp = Qnil;    Vx_pixel_size_width_font_regexp = Qnil;
5580    
5581    /* This is not ifdef:ed, so other builds than GTK can customize it.  */
5582      DEFVAR_BOOL ("x-use-old-gtk-file-dialog", &x_use_old_gtk_file_dialog,
5583        doc: /* *Non-nil means prompt with the old GTK file selection dialog.
5584    If nil or if the file selection dialog is not available, the new GTK file
5585    chooser is used instead.  To turn off all file dialogs set the
5586    variable `use-file-dialog'.  */);
5587      x_use_old_gtk_file_dialog = 0;
5588    
5589  #ifdef USE_X_TOOLKIT  #ifdef USE_X_TOOLKIT
5590    Fprovide (intern ("x-toolkit"), Qnil);    Fprovide (intern ("x-toolkit"), Qnil);
5591  #ifdef USE_MOTIF  #ifdef USE_MOTIF
# Line 5593  Chinese, Japanese, and Korean.  */); Line 5605  Chinese, Japanese, and Korean.  */);
5605    Fprovide (intern ("x-toolkit"), Qnil);    Fprovide (intern ("x-toolkit"), Qnil);
5606    Fprovide (intern ("gtk"), Qnil);    Fprovide (intern ("gtk"), Qnil);
5607    
 #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  
   
5608    DEFVAR_LISP ("gtk-version-string", &Vgtk_version_string,    DEFVAR_LISP ("gtk-version-string", &Vgtk_version_string,
5609                 doc: /* Version info for GTK+.  */);                 doc: /* Version info for GTK+.  */);
5610    {    {

Legend:
Removed from v.1.623  
changed lines
  Added in v.1.624

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26