emacs-diffs
[Top][All Lists]
Advanced

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

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


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/image.c
Date: Fri, 09 Dec 2005 20:49:15 -0500

Index: emacs/src/image.c
diff -c emacs/src/image.c:1.45 emacs/src/image.c:1.46
*** emacs/src/image.c:1.45      Fri Nov 18 19:11:19 2005
--- emacs/src/image.c   Sat Dec 10 01:49:15 2005
***************
*** 7778,7783 ****
--- 7778,7786 ----
    specified_file = image_spec_value (img->spec, QCfile, NULL);
    specified_data = image_spec_value (img->spec, QCdata, NULL);
  
+   /* Animated gifs use QuickTime Movie Toolbox.  So initialize it here. */
+   EnterMovies ();
+ 
    if (NILP (specified_data))
      {
        /* Read from a file */
***************
*** 8500,8512 ****
  void
  init_image ()
  {
! #ifdef MAC_OS
!   /* Animated gifs use QuickTime Movie Toolbox.  So initialize it here. */
!   if (!inhibit_window_system)
!     EnterMovies ();
! #ifdef MAC_OSX
    init_image_func_pointer ();
- #endif
  #endif
  }
  
--- 8503,8510 ----
  void
  init_image ()
  {
! #if defined (MAC_OSX) && TARGET_API_MAC_CARBON
    init_image_func_pointer ();
  #endif
  }
  




reply via email to

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