mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 21:20:09 +00:00
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:
parent
3a202479a8
commit
705168dab0
@ -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)
|
||||
{
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user