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

Diff of /emacs/src/macfns.c

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

revision 1.1 by akochoi, Fri Apr 26 23:39:05 2002 UTC revision 1.2 by monnier, Tue Apr 30 01:01:26 2002 UTC
# Line 539  x_create_bitmap_from_file (f, file) Line 539  x_create_bitmap_from_file (f, file)
539      }      }
540    
541    /* Search bitmap-file-path for the file, if appropriate.  */    /* Search bitmap-file-path for the file, if appropriate.  */
542    fd = openp (Vx_bitmap_file_path, file, "", &found, 0);    fd = openp (Vx_bitmap_file_path, file, "", &found, Qnil);
543    if (fd < 0)    if (fd < 0)
544      return -1;      return -1;
545    /* LoadLibraryEx won't handle special files handled by Emacs handler.  */    /* LoadLibraryEx won't handle special files handled by Emacs handler.  */
# Line 5570  x_find_image_file (file) Line 5570  x_find_image_file (file)
5570    GCPRO2 (file_found, search_path);    GCPRO2 (file_found, search_path);
5571    
5572    /* Try to find FILE in data-directory, then x-bitmap-file-path.  */    /* Try to find FILE in data-directory, then x-bitmap-file-path.  */
5573    fd = openp (search_path, file, Qnil, &file_found, 0);    fd = openp (search_path, file, Qnil, &file_found, Qnil);
5574        
5575    if (fd < 0)    if (fd < 0)
5576      file_found = Qnil;      file_found = Qnil;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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