use includes from the current directory rather then from the system

Mon Nov 15 17:18:28 1999  George Lebl <jirka@5z.com>

	* src/testpixbuf-drawable.c: use includes from the current directory
	  rather then from the system include directory as gdk-pixbuf
	  includes are not yet installed when this is compiled.
This commit is contained in:
George Lebl 1999-11-16 01:18:53 +00:00 committed by George Lebl
parent 3a202479a8
commit 705168dab0
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk-pixbuf/gdk-pixbuf-drawable.h>
#include "gdk-pixbuf.h"
#include "gdk-pixbuf-drawable.h"
void close_app(GtkWidget *widget, gpointer data)
{

View File

@ -1,3 +1,9 @@
Mon Nov 15 17:18:28 1999 George Lebl <jirka@5z.com>
* src/testpixbuf-drawable.c: use includes from the current directory
rather then from the system include directory as gdk-pixbuf
includes are not yet installed when this is compiled.
1999-11-13 Cody Russell <bratsche@dfw.net>
* src/testpixbuf-drawable.c: Added a test program for drawable
code.