mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Include cairo.h
2005-03-30 Matthias Clasen <mclasen@redhat.com> * gdk/gdkpixbuf.h: Include cairo.h
This commit is contained in:
parent
dd58d23390
commit
bf5561d2f6
@ -1,4 +1,6 @@
|
||||
2005-03-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf.h: Include cairo.h
|
||||
|
||||
* gtk/gtkclipboard.c (gtk_clipboard_set_can_store):
|
||||
Don't accept n_targets == -1.
|
||||
|
@ -1,4 +1,6 @@
|
||||
2005-03-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf.h: Include cairo.h
|
||||
|
||||
* gtk/gtkclipboard.c (gtk_clipboard_set_can_store):
|
||||
Don't accept n_targets == -1.
|
||||
|
@ -1,4 +1,6 @@
|
||||
2005-03-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf.h: Include cairo.h
|
||||
|
||||
* gtk/gtkclipboard.c (gtk_clipboard_set_can_store):
|
||||
Don't accept n_targets == -1.
|
||||
|
@ -1,13 +1,12 @@
|
||||
#ifndef __GDK_PIXBUF_H__
|
||||
#define __GDK_PIXBUF_H__
|
||||
|
||||
#include <cairo.h>
|
||||
#include <gdk/gdktypes.h>
|
||||
#include <gdk/gdkrgb.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* 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,
|
||||
cairo_t *cr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GDK_PIXBUF_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user