1999-10-07 05:11:27 +00:00
|
|
|
#ifndef _GDK_PIXBUF_DRAWABLE_H_
|
|
|
|
#define _GDK_PIXBUF_DRAWABLE_H_
|
|
|
|
#include <gdk/gdk.h>
|
|
|
|
#include <gdk-pixbuf.h>
|
|
|
|
|
|
|
|
ArtPixBuf *art_pixbuf_rgb_from_drawable (GdkWindow *window,
|
|
|
|
gint x, gint y,
|
|
|
|
gint width, gint height);
|
|
|
|
ArtPixBuf *art_pixbuf_rgba_from_drawable (GdkWindow *window,
|
|
|
|
gint x, gint y,
|
1999-10-07 06:17:20 +00:00
|
|
|
gint width, gint height);
|
1999-10-07 05:11:27 +00:00
|
|
|
#endif
|