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

Diff of /emacs/src/image.c

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

revision 1.21 by mituharu, Fri Mar 4 11:07:11 2005 UTC revision 1.22 by mituharu, Sat Apr 16 03:07:05 2005 UTC
# Line 2423  image_load_quartz2d (f, img, png_p) Line 2423  image_load_quartz2d (f, img, png_p)
2423            UNGCPRO;            UNGCPRO;
2424            return 0;            return 0;
2425          }          }
2426        path = cfstring_create_with_utf8_cstring (SDATA (file));        path = cfstring_create_with_string (file);
2427        url = CFURLCreateWithFileSystemPath (NULL, path,        url = CFURLCreateWithFileSystemPath (NULL, path,
2428                                             kCFURLPOSIXPathStyle, 0);                                             kCFURLPOSIXPathStyle, 0);
2429        CFRelease (path);        CFRelease (path);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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