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:
@ -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
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user