forked from AuroraMiddleware/gtk
3a330a3d6b
1999-11-16 Havoc Pennington <hp@pobox.com> * src/gdk-pixbuf-drawable.h: Use includes from the current directory, not the system directory.
11 lines
354 B
C
11 lines
354 B
C
#ifndef _GDK_PIXBUF_DRAWABLE_H_
|
|
#define _GDK_PIXBUF_DRAWABLE_H_
|
|
|
|
#include <gdk/gdk.h>
|
|
#include "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);
|
|
|
|
#endif /* _GDK_PIXBUF_DRAWABLE_H_ */
|