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: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/image.c
Date: Fri, 18 Nov 2005 14:11:19 -0500

Index: emacs/src/image.c
diff -c emacs/src/image.c:1.44 emacs/src/image.c:1.45
*** emacs/src/image.c:1.44      Fri Nov 18 03:57:36 2005
--- emacs/src/image.c   Fri Nov 18 19:11:19 2005
***************
*** 3755,3761 ****
    XpmFreeAttributes (&attrs);
    return id;
  }
! #endif /* HAVE_X_WINDOWS */
  
  /* Load image IMG which will be displayed on frame F.  Value is
     non-zero if successful.  */
--- 3755,3761 ----
    XpmFreeAttributes (&attrs);
    return id;
  }
! #endif /* defined (HAVE_XPM) && defined (HAVE_X_WINDOWS) */
  
  /* Load image IMG which will be displayed on frame F.  Value is
     non-zero if successful.  */




reply via email to

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