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: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/image.c
Date: Sun, 20 Mar 2005 17:28:56 -0500

Index: emacs/src/image.c
diff -c emacs/src/image.c:1.21 emacs/src/image.c:1.22
*** emacs/src/image.c:1.21      Fri Mar  4 11:07:11 2005
--- emacs/src/image.c   Sun Mar 20 22:28:54 2005
***************
*** 29,34 ****
--- 29,40 ----
  #include <unistd.h>
  #endif
  
+ #if defined HAVE_LIBPNG_PNG_H
+ # include <libpng/png.h>
+ #else
+ # include <png.h>
+ #endif
+ 
  /* This makes the fields of a Display accessible, in Xlib header files.  */
  
  #define XLIB_ILLEGAL_ACCESS
***************
*** 5616,5627 ****
  
  #ifdef HAVE_PNG
  
- #if defined HAVE_LIBPNG_PNG_H
- # include <libpng/png.h>
- #else
- # include <png.h>
- #endif
- 
  #ifdef HAVE_NTGUI
  /* PNG library details.  */
  
--- 5622,5627 ----




reply via email to

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