comparison src/ChangeLog @ 54355:86c86ea5b822

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 11 Mar 2004 11:16:52 +0000
parents d1419590a91c
children 5615f41853a3
comparison
equal deleted inserted replaced
54354:d1419590a91c 54355:86c86ea5b822
1 2004-03-11 Kim F. Storm <storm@cua.dk> 1 2004-03-11 Kim F. Storm <storm@cua.dk>
2 2
3 * dispextern.h: Move image related prototypes from xfns.c section
4 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
5 HAVE_X_WINDOWS.
6
3 * Makefile.in (XOBJ): Consolidate into one list. Add image.o. 7 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
4 Move gtkutil.o to new GTK_OBJ list. 8 Move gtkutil.o to new GTK_OBJ list.
5 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place. 9 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
6 (GTK_OBJ) [USE_GTK]: New declaration. 10 (GTK_OBJ) [USE_GTK]: New declaration.
7 (obj): Add $(GTK_OBJ) to list. 11 (obj): Add $(GTK_OBJ) to list.