changeset 54355:86c86ea5b822

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 11 Mar 2004 11:16:52 +0000
parents d1419590a91c
children f98f5b3f382d
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Mar 11 11:08:44 2004 +0000
+++ b/src/ChangeLog	Thu Mar 11 11:16:52 2004 +0000
@@ -1,5 +1,9 @@
 2004-03-11  Kim F. Storm  <storm@cua.dk>
 
+	* dispextern.h: Move image related prototypes from xfns.c section
+	to image.c.  Condition them by HAVE_WINDOW_SYSTEM rather than
+	HAVE_X_WINDOWS.
+	
 	* Makefile.in (XOBJ): Consolidate into one list.  Add image.o.
 	Move gtkutil.o to new GTK_OBJ list.  
 	(XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.