/[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.45 by cyd, Fri Nov 18 19:11:19 2005 UTC revision 1.46 by mituharu, Sat Dec 10 01:49:15 2005 UTC
# Line 7778  gif_load (f, img) Line 7778  gif_load (f, img)
7778    specified_file = image_spec_value (img->spec, QCfile, NULL);    specified_file = image_spec_value (img->spec, QCfile, NULL);
7779    specified_data = image_spec_value (img->spec, QCdata, NULL);    specified_data = image_spec_value (img->spec, QCdata, NULL);
7780    
7781      /* Animated gifs use QuickTime Movie Toolbox.  So initialize it here. */
7782      EnterMovies ();
7783    
7784    if (NILP (specified_data))    if (NILP (specified_data))
7785      {      {
7786        /* Read from a file */        /* Read from a file */
# Line 8500  meaning don't clear the cache.  */); Line 8503  meaning don't clear the cache.  */);
8503  void  void
8504  init_image ()  init_image ()
8505  {  {
8506  #ifdef MAC_OS  #if defined (MAC_OSX) && TARGET_API_MAC_CARBON
   /* Animated gifs use QuickTime Movie Toolbox.  So initialize it here. */  
   if (!inhibit_window_system)  
     EnterMovies ();  
 #ifdef MAC_OSX  
8507    init_image_func_pointer ();    init_image_func_pointer ();
8508  #endif  #endif
 #endif  
8509  }  }
8510    
8511  /* arch-tag: 123c2a5e-14a8-4c53-ab95-af47d7db49b9  /* arch-tag: 123c2a5e-14a8-4c53-ab95-af47d7db49b9

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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