]> git.eshelyaron.com Git - emacs.git/commitdiff
[TARGET_API_MAC_CARBON] (image_load_qt_1): Use ComponentResult instead
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 27 Aug 2006 07:08:54 +0000 (07:08 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 27 Aug 2006 07:08:54 +0000 (07:08 +0000)
of OSErr.

src/image.c

index 70ffabc1937879ad601278b509bbf6c5ac360509..dac896137c32d36aee7b8727aec4e675037e47ed 100644 (file)
@@ -2396,7 +2396,7 @@ image_load_qt_1 (f, img, type, fss, dh)
      FSSpec *fss;
      Handle dh;
 {
-  OSErr err;
+  ComponentResult err;
   GraphicsImportComponent gi;
   Rect rect;
   int width, height;