REVERTED for all platforms which do install headers 'reflect that GTK2 has

2001-07-29  Hans Breuer  <hans@breuer.org>

	* plug-ins/common/animationplay.c : REVERTED for all platforms
	which do install headers 'reflect that GTK2 has its
	gdk<x|win32|fb>.h files in the back-end sub directories'
	only the win32 headers aren't installed ...
This commit is contained in:
Hans Breuer
2001-07-29 11:43:15 +00:00
committed by Hans Breuer
parent 4672a1dee1
commit e727b58af7
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2001-07-29 Hans Breuer <hans@breuer.org>
* plug-ins/common/animationplay.c : REVERTED for all platforms
which do install headers 'reflect that GTK2 has its
gdk<x|win32|fb>.h files in the back-end sub directories'
only the win32 headers aren't installed ...
2001-07-29 Sven Neumann <sven@gimp.org>
* INSTALL

View File

@ -116,13 +116,14 @@
#include <gtk/gtk.h>
#if defined (GDK_WINDOWING_X11)
#include <gdk/x11/gdkx.h>
#include <gdk/gdkx.h>
#elif defined (GDK_WINDOWING_WIN32)
/* the win32 headers aren't installed so the source location is needed */
#include <gdk/win32/gdkwin32.h>
#elif defined (GDK_WINDOWING_DIRECTFB)
#include <gdk/gdkdirectfb.h>
#elif defined (GDK_WINDOWING_FB)
#include <gdk/linux-fb/gdkfb.h>
#include <gdk/gdkfb.h>
#endif
#include <libgimp/gimp.h>