Include cairo.h
2005-03-30 Matthias Clasen <mclasen@redhat.com> * gdk/gdkpixbuf.h: Include cairo.h
This commit is contained in:

committed by
Matthias Clasen

parent
dd58d23390
commit
bf5561d2f6
@ -1,5 +1,7 @@
|
|||||||
2005-03-30 Matthias Clasen <mclasen@redhat.com>
|
2005-03-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkpixbuf.h: Include cairo.h
|
||||||
|
|
||||||
* gtk/gtkclipboard.c (gtk_clipboard_set_can_store):
|
* gtk/gtkclipboard.c (gtk_clipboard_set_can_store):
|
||||||
Don't accept n_targets == -1.
|
Don't accept n_targets == -1.
|
||||||
(clipboard_unset): unref the old_data, not the
|
(clipboard_unset): unref the old_data, not the
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2005-03-30 Matthias Clasen <mclasen@redhat.com>
|
2005-03-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkpixbuf.h: Include cairo.h
|
||||||
|
|
||||||
* gtk/gtkclipboard.c (gtk_clipboard_set_can_store):
|
* gtk/gtkclipboard.c (gtk_clipboard_set_can_store):
|
||||||
Don't accept n_targets == -1.
|
Don't accept n_targets == -1.
|
||||||
(clipboard_unset): unref the old_data, not the
|
(clipboard_unset): unref the old_data, not the
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2005-03-30 Matthias Clasen <mclasen@redhat.com>
|
2005-03-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkpixbuf.h: Include cairo.h
|
||||||
|
|
||||||
* gtk/gtkclipboard.c (gtk_clipboard_set_can_store):
|
* gtk/gtkclipboard.c (gtk_clipboard_set_can_store):
|
||||||
Don't accept n_targets == -1.
|
Don't accept n_targets == -1.
|
||||||
(clipboard_unset): unref the old_data, not the
|
(clipboard_unset): unref the old_data, not the
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
#ifndef __GDK_PIXBUF_H__
|
#ifndef __GDK_PIXBUF_H__
|
||||||
#define __GDK_PIXBUF_H__
|
#define __GDK_PIXBUF_H__
|
||||||
|
|
||||||
|
#include <cairo.h>
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
#include <gdk/gdkrgb.h>
|
#include <gdk/gdkrgb.h>
|
||||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
G_BEGIN_DECLS
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
/* Rendering to a drawable */
|
/* Rendering to a drawable */
|
||||||
|
|
||||||
@ -84,8 +83,6 @@ GdkPixbuf *gdk_pixbuf_get_from_image (GdkPixbuf *dest,
|
|||||||
void gdk_pixbuf_set_as_cairo_source (GdkPixbuf *pixbuf,
|
void gdk_pixbuf_set_as_cairo_source (GdkPixbuf *pixbuf,
|
||||||
cairo_t *cr);
|
cairo_t *cr);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
G_END_DECLS
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#endif /* __GDK_PIXBUF_H__ */
|
#endif /* __GDK_PIXBUF_H__ */
|
||||||
|
Reference in New Issue
Block a user