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: Mon, 14 Nov 2005 22:18:26 -0500

Index: emacs/src/image.c
diff -c emacs/src/image.c:1.40 emacs/src/image.c:1.41
*** emacs/src/image.c:1.40      Wed Nov  9 08:07:18 2005
--- emacs/src/image.c   Tue Nov 15 03:18:26 2005
***************
*** 8458,8464 ****
  {
  #ifdef MAC_OS
    /* Animated gifs use QuickTime Movie Toolbox.  So initialize it here. */
!   EnterMovies ();
  #ifdef MAC_OSX
    init_image_func_pointer ();
  #endif
--- 8458,8465 ----
  {
  #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




reply via email to

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