forked from AuroraMiddleware/gtk
make the symlink. Does not work for srcdir != buildir != . Beats me why; I
1999-11-22 Jonathan Blandford <jrb@redhat.com> * configure.in (GDK_PIXBUF_DIR): make the symlink. Does not work for srcdir != buildir != . Beats me why; I can't figure it out. AC_OUTPUT_COMMANDS doesn't seem to let me substitute it correctly.
This commit is contained in:
parent
89e63f0595
commit
14237d13e2
@ -1,7 +1,7 @@
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdkx.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf-drawable.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-drawable.h"
|
||||
|
||||
void close_app(GtkWidget *widget, gpointer data)
|
||||
{
|
||||
|
@ -23,9 +23,9 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf-io.h"
|
||||
#include "gdk-pixbuf-loader.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-io.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-loader.h"
|
||||
|
||||
typedef struct {
|
||||
FILE *imagefile;
|
||||
|
@ -1,3 +1,9 @@
|
||||
1999-11-22 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* configure.in (GDK_PIXBUF_DIR): make the symlink. Does not work
|
||||
for srcdir != buildir != . Beats me why; I can't figure it out.
|
||||
AC_OUTPUT_COMMANDS doesn't seem to let me substitute it correctly.
|
||||
|
||||
1999-11-21 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* src/gdk-pixbuf-io.c: added io-bmp from Arjan
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define _GDK_PIXBUF_DRAWABLE_H_
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
|
||||
GdkPixbuf *gdk_pixbuf_rgb_from_drawable (GdkWindow *window, gint x, gint y, gint width, gint height);
|
||||
GdkPixbuf *gdk_pixbuf_rgba_from_drawable (GdkWindow *window, gint x, gint y, gint width, gint height);
|
||||
|
@ -23,7 +23,8 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
#include "gdk-pixbuf-io.h"
|
||||
#include <glib.h>
|
||||
#include "gdk-pixbuf/gdk-pixbuf-io.h"
|
||||
|
||||
|
||||
|
||||
|
@ -28,8 +28,8 @@
|
||||
#define GDK_PIXBUF_IO_H
|
||||
|
||||
#include <gmodule.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include <stdio.h>
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -25,8 +25,8 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "gdk-pixbuf-loader.h"
|
||||
#include "gdk-pixbuf-io.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-loader.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-io.h"
|
||||
#include <gtk/gtksignal.h>
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <gtk/gtkobject.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <libart_lgpl/art_pixbuf.h>
|
||||
#include <libart_lgpl/art_rgb_pixbuf_affine.h>
|
||||
#include <libart_lgpl/art_alphagamma.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
|
||||
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
#include <math.h>
|
||||
#include <libgnomeui/gnome-canvas.h>
|
||||
#include <libgnomeui/gnome-canvas-util.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gnome-canvas-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gnome-canvas-pixbuf.h"
|
||||
#include "libart_lgpl/art_rgb_pixbuf_affine.h"
|
||||
|
||||
|
||||
|
@ -38,8 +38,8 @@ Known bugs:
|
||||
#include <glib.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf-io.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-io.h"
|
||||
|
||||
|
||||
|
||||
|
@ -62,8 +62,8 @@
|
||||
#include <stdio.h>
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf-io.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-io.h"
|
||||
|
||||
|
||||
|
||||
|
@ -47,8 +47,8 @@
|
||||
#include <string.h>
|
||||
#include <setjmp.h>
|
||||
#include <jpeglib.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf-io.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-io.h"
|
||||
|
||||
|
||||
|
||||
|
@ -25,8 +25,8 @@
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
#include <png.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf-io.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-io.h"
|
||||
|
||||
|
||||
|
||||
|
@ -27,8 +27,8 @@
|
||||
#include <string.h>
|
||||
#include <setjmp.h>
|
||||
#include <jpeglib.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf-io.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-io.h"
|
||||
|
||||
|
||||
|
||||
|
@ -37,8 +37,8 @@ Known bugs:
|
||||
#include <glib.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf-io.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-io.h"
|
||||
|
||||
|
||||
|
||||
|
@ -28,8 +28,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <tiffio.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf-io.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-io.h"
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <string.h>
|
||||
#include <glib.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
|
||||
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include <string.h>
|
||||
#include <glib.h>
|
||||
#include <gmodule.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf-drawable.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-drawable.h"
|
||||
|
||||
|
||||
#if (G_BYTE_ORDER == G_LITTLE_ENDIAN)
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <config.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <libart_lgpl/art_rect.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
|
||||
|
||||
|
||||
|
@ -25,8 +25,8 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "gdk-pixbuf-loader.h"
|
||||
#include "gdk-pixbuf-io.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-loader.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf-io.h"
|
||||
#include <gtk/gtksignal.h>
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <gtk/gtkobject.h>
|
||||
#include "gdk-pixbuf.h"
|
||||
#include "gdk-pixbuf/gdk-pixbuf.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user